Skip to content

Commit

Permalink
Update node-prerelease.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykuku authored Dec 10, 2024
1 parent cdebfc7 commit f31a58b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node-prerelease.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: "使用 Use Node.js ${{ matrix.node-version }}"
- name: "Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: "缓存 Cache"
uses: actions/cache@v3
id: cache-dependencies
Expand Down

0 comments on commit f31a58b

Please sign in to comment.