mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-03-31 23:43:17 +08:00
Udpate npm versions
This commit is contained in:
3
.github/workflows/audit.yml
vendored
3
.github/workflows/audit.yml
vendored
@@ -20,10 +20,11 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set Node.js 12.x
|
||||
- name: Set Node.js 14.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14.x
|
||||
- run: npm install -g npm@latest
|
||||
|
||||
- name: npm install
|
||||
run: npm install
|
||||
|
||||
Reference in New Issue
Block a user