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"
|
||||
steps:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v1.2.0
|
||||
uses: actions/setup-node@v1.4.6
|
||||
with:
|
||||
node-version: '16'
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
|
||||
- name: install deps
|
||||
run: npm ci
|
||||
|
|
Loading…
Reference in a new issue