Skip to content

Commit 2a74228

Browse files
committed
Publish script fixed
1 parent cc68002 commit 2a74228

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)