Skip to content

Commit

Permalink
Setup Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Jan 3, 2023
1 parent bddd82a commit 1050f32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Download tarball artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 1050f32

Please sign in to comment.