fix npm version in workflow
This commit is contained in:
parent
c2a6a8a30c
commit
d92b314dd4
|
|
@ -25,6 +25,9 @@ jobs:
|
|||
steps:
|
||||
- name: Install node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: 'npm'
|
||||
- run: npm install
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue