Fix CI as per failure in main (action.yml) (#71)

* Fix CI as per failure in main (action.yml)

* Apply Dependabot alert from GitHub security alert digest

* Keep up with Node.js

* Run action.yml on Node 14 (locally)
This commit is contained in:
Paulo F. Oliveira
2021-09-07 04:15:25 +01:00
committed by GitHub
parent 988e02bfe6
commit c255c7e97f
4 changed files with 2125 additions and 531 deletions
+3 -3
View File
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: '14'
- run: npm install -g npm
- run: npm install
- run: npm run build
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: '14'
- run: npm ci
- run: npm test
@@ -49,6 +49,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: '14'
- run: npm install --production
- run: npm test
+1815 -33
View File
File diff suppressed because it is too large Load Diff
+304 -495
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -26,6 +26,9 @@
"@vercel/ncc": "0.27.0",
"eslint": "7.22.0",
"eslint-config-airbnb": "v18.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.25.1",
"husky": "5.2.0",
"markdownlint": "0.23.1",
"prettier": "2.2.1",