mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06: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
|
||||
|
||||
Reference in New Issue
Block a user