upgrading node.js on ci

This commit is contained in:
antelle 2021-05-08 14:21:56 +02:00
parent 1404d2688f
commit d603398da0
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 10 additions and 0 deletions

View File

@ -122,6 +122,11 @@ jobs:
with:
name: KeeWeb-${{ steps.get_tag.outputs.tag }}.html
path: dist
- name: Upgrade Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- name: Install npm modules
run: npm ci
- name: Install grunt
@ -176,6 +181,11 @@ jobs:
with:
name: KeeWeb-${{ steps.get_tag.outputs.tag }}.html
path: dist
- name: Upgrade Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- name: Install npm modules
run: npm ci
- name: Install grunt