Skip to content

Commit

Permalink
update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykuku committed Dec 8, 2024
1 parent e2c56a1 commit 68ba720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_new_lang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-prerelease.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

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

0 comments on commit 68ba720

Please sign in to comment.