Skip to content

Commit 459e8a5

Browse files
authored
Merge pull request #371 from plotly/fix-npm-publish
Add setup-node step
2 parents e571b0e + a1ba1ab commit 459e8a5

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)