Skip to content

Commit a1ba1ab

Browse files
committed
Add setup-node step
1 parent e571b0e commit a1ba1ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
with:
3939
name: npm-package
4040
path: npm-dist/
41+
- uses: actions/setup-node@v4
42+
with:
43+
node-version: '20.x'
44+
registry-url: 'https://registry.npmjs.org'
4145
- name: Publish to npm
4246
run: |
4347
pushd npm-dist

0 commit comments

Comments
 (0)