Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmao88 authored Apr 19, 2024
1 parent 7b2ed96 commit 3d17ff7
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 @@ -13,11 +13,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: use Node.js 16
- name: use Node.js 20
uses: actions/setup-node@v1
with:
registry-url: https://registry.npmjs.org/
node-version: 16
node-version: 20

- name: pnpm install and publish
run: |
Expand Down

0 comments on commit 3d17ff7

Please sign in to comment.