mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
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:
committed by
GitHub
parent
988e02bfe6
commit
c255c7e97f
@@ -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
File diff suppressed because it is too large
Load Diff
Generated
+304
-495
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user