Skip to content

Commit

Permalink
🌠更新工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
OrageKK committed Oct 11, 2023
1 parent edd3b42 commit 157d087
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2

- name: 设置 Node.js
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit 157d087

Please sign in to comment.