Skip to content

Commit 17c6c9b

Browse files
committed
Fix publish
1 parent 44c9977 commit 17c6c9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/npmpublish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1818
runs-on: ubuntu-latest
1919
steps:
20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version: 20
23+
registry-url: https://registry.npmjs.org/
2024
- name: Check out Etherpad core
2125
uses: actions/checkout@v3
2226
with:

0 commit comments

Comments
 (0)