Skip to content

Commit f61c67c

Browse files
committed
fix: publish failure
1 parent d6cacca commit f61c67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
ref: master
1818
token: ${{ secrets.GIT_HUB_TOKEN }}
1919

20-
- name: Use Node.js v20
20+
- name: Use Node.js v22
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: 20
23+
node-version: 22
2424

2525
- name: Install dependencies
2626
run: |

0 commit comments

Comments
 (0)