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