Skip to content

Commit 41ef209

Browse files
chore(deps): update dependency node to v22
1 parent 7be86e2 commit 41ef209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
- name: npm install
2222
run: |
2323
npm install
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node.js
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 20.x
41+
node-version: 22.x
4242
- name: npm install
4343
run: |
4444
npm install

0 commit comments

Comments
 (0)