Skip to content

Commit 44d3060

Browse files
authored
Merge pull request #380 from qonversion/fix/publishScript
2 parents cc68002 + 2a74228 commit 44d3060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)