mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 18:51:13 +08:00
Update releases.yml (#960)
This commit is contained in:
parent
6fcdd6ab0d
commit
d1a6612b14
5
.github/workflows/releases.yml
vendored
5
.github/workflows/releases.yml
vendored
@ -18,6 +18,11 @@ jobs:
|
||||
- name: verify package exists
|
||||
run: ls packages/${{ github.event.inputs.package }}
|
||||
|
||||
- name: Set Node.js 12.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
|
||||
- name: npm install
|
||||
run: npm install
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user