Skip to content

Commit

Permalink
Update releases.yml (actions#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
konradpabjan committed Dec 7, 2021
1 parent 6fcdd6a commit d1a6612
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d1a6612

Please sign in to comment.