Skip to content

Commit 9398690

Browse files
committed
Bump to Node 22
1 parent 7b2e626 commit 9398690

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: '20'
30+
node-version: '22'
3131

3232
- name: Install packages
3333
run: npm i

0 commit comments

Comments
 (0)