Skip to content

Commit

Permalink
fix: use nodejs v16 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshijun committed Sep 25, 2023
1 parent 4a54c8b commit e1f31c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
ref: master
token: ${{ secrets.GIT_HUB_TOKEN }}

- name: Use Node.js v14
- name: Use Node.js v16
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Install dependencies
run: |
Expand Down

0 comments on commit e1f31c7

Please sign in to comment.