Update workflows to use setup-node@v1.4.6
This commit is contained in:
parent
f86b2903f8
commit
14fb66adac
1 changed files with 1 additions and 3 deletions
|
@ -4,11 +4,9 @@ runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v1.2.0
|
uses: actions/setup-node@v1.4.6
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
env:
|
|
||||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
|
||||||
|
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
Loading…
Reference in a new issue