Skip to content

Commit d6cacca

Browse files
committed
fix: publish failure
1 parent 63480ea commit d6cacca

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 v16
20+
- name: Use Node.js v20
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: 16
23+
node-version: 20
2424

2525
- name: Install dependencies
2626
run: |

0 commit comments

Comments
 (0)