Skip to content

Commit 32327d7

Browse files
authored
Merge pull request #381 from qonversion/fix/publishScript
2 parents 6223394 + 2a74228 commit 32327d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup node for publishing
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: '16.x'
23+
node-version: '22.x'
2424
registry-url: 'https://registry.npmjs.org'
2525

2626
- name: Publish to npm

0 commit comments

Comments
 (0)