1
0
Fork 0

Update releases.yml (#960)

pull/961/head
Konrad Pabjan 2021-12-07 10:38:25 -05:00 committed by GitHub
parent 6fcdd6ab0d
commit d1a6612b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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