Skip to content

Commit 1050f32

Browse files
committed
Setup Node.js
1 parent bddd82a commit 1050f32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
runs-on: ubuntu-latest
5454

5555
steps:
56+
- uses: actions/setup-node@v3
57+
with:
58+
node-version: 16
59+
registry-url: https://registry.npmjs.org/
5660
- name: Download tarball artifact
5761
uses: actions/[email protected]
5862
with:

0 commit comments

Comments
 (0)