Skip to content

Commit

Permalink
chore: 🚀 调整构建发布npm工作流的node版本至18
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqingkai committed Apr 2, 2024
1 parent 1ea7996 commit 648a653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18'
registry-url: https://registry.npmjs.org

- name: Install Dependencies
Expand Down

0 comments on commit 648a653

Please sign in to comment.