Compare commits

..

2 Commits

Author SHA1 Message Date
Jawayria
916848577e fix: update release workflow 2022-05-13 18:21:44 +05:00
Jawayria
eb1eb84f56 chore!: Dropped support for Node 12 2022-05-13 18:20:27 +05:00
4 changed files with 45 additions and 44 deletions

View File

@@ -2,10 +2,10 @@ name: Default CI
on:
push:
branches:
- master
- 'master'
pull_request:
branches:
- '**'
- '**'
jobs:
tests:
runs-on: ubuntu-latest

View File

@@ -2,38 +2,38 @@ name: Release CI
on:
push:
branches:
- master
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Validate package-lock.json changes
run: make validate-no-uncommitted-package-lock-changes
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: i18n_extract
run: npm run i18n_extract
- name: Coverage
uses: codecov/codecov-action@v2
- name: Build
run: npm run build
- name: Release
uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 16
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Validate package-lock.json changes
run: make validate-no-uncommitted-package-lock-changes
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: i18n_extract
run: npm run i18n_extract
- name: Coverage
uses: codecov/codecov-action@v2
- name: Build
run: npm run build
- name: Release
uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 16
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}

23
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
"@edx/frontend-build": "9.2.2",
"@edx/frontend-platform": "1.15.1",
"@edx/paragon": "19.22.1",
"@edx/paragon": "19.20.0",
"@testing-library/dom": "7.31.2",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "10.4.9",
@@ -3210,15 +3210,15 @@
}
},
"node_modules/@edx/paragon": {
"version": "19.22.1",
"resolved": "https://registry.npmjs.org/@edx/paragon/-/paragon-19.22.1.tgz",
"integrity": "sha512-gENq+5bi8rqasqyEPHqy7mEUxLj2t+lO1jE0l7rW1zlPWoCgVkWZXDjo29kT5n9WV79hqG12/OQ1noJVYzRgVg==",
"version": "19.20.0",
"resolved": "https://registry.npmjs.org/@edx/paragon/-/paragon-19.20.0.tgz",
"integrity": "sha512-RxzR0i89AWNDXjDv3gHNiqM5+jWrbwXGsboxojpOeHszItFJdmYCbF55J6q8EIlvLPts4jsjFrtoIaK9n5l9xg==",
"dev": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/react-fontawesome": "^0.1.18",
"@popperjs/core": "^2.11.4",
"airbnb-prop-types": "^2.16.0",
"airbnb-prop-types": "^2.12.0",
"bootstrap": "^4.6.1",
"classnames": "^2.3.1",
"email-prop-type": "^3.0.0",
@@ -3237,8 +3237,9 @@
"uncontrollable": "^7.2.1"
},
"peerDependencies": {
"react": "^16.8.6 || ^17.0.0",
"react-dom": "^16.8.6 || ^17.0.0"
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
},
"node_modules/@formatjs/ecma402-abstract": {
@@ -29363,15 +29364,15 @@
}
},
"@edx/paragon": {
"version": "19.22.1",
"resolved": "https://registry.npmjs.org/@edx/paragon/-/paragon-19.22.1.tgz",
"integrity": "sha512-gENq+5bi8rqasqyEPHqy7mEUxLj2t+lO1jE0l7rW1zlPWoCgVkWZXDjo29kT5n9WV79hqG12/OQ1noJVYzRgVg==",
"version": "19.20.0",
"resolved": "https://registry.npmjs.org/@edx/paragon/-/paragon-19.20.0.tgz",
"integrity": "sha512-RxzR0i89AWNDXjDv3gHNiqM5+jWrbwXGsboxojpOeHszItFJdmYCbF55J6q8EIlvLPts4jsjFrtoIaK9n5l9xg==",
"dev": true,
"requires": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/react-fontawesome": "^0.1.18",
"@popperjs/core": "^2.11.4",
"airbnb-prop-types": "^2.16.0",
"airbnb-prop-types": "^2.12.0",
"bootstrap": "^4.6.1",
"classnames": "^2.3.1",
"email-prop-type": "^3.0.0",

View File

@@ -36,7 +36,7 @@
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
"@edx/frontend-build": "9.2.2",
"@edx/frontend-platform": "1.15.1",
"@edx/paragon": "19.22.1",
"@edx/paragon": "19.20.0",
"codecov": "3.8.3",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",