Skip to content

Commit

Permalink
chore: update node version to 20.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jun 13, 2024
1 parent f322ef4 commit ce2bdf1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.12.0
node-version: 20.14.0
- run: corepack enable
- run: pnpm --version
- uses: actions/setup-node@v4
with:
node-version: 20.12.0
node-version: 20.14.0
cache: "pnpm"
cache-dependency-path: "**/pnpm-lock.yaml"
- name: install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.12.0
node-version: 20.14.0
- run: corepack enable
- run: pnpm --version
- run: pnpm i --frozen-lockfile
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.12.0
node-version: 20.14.0
- run: corepack enable
- run: pnpm --version
- run: pnpm i --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci-selected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.12.0
node-version: 20.14.0
id: setup-node
- run: corepack enable
- run: pnpm --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.12.0
node-version: 20.14.0
id: setup-node
- run: corepack enable
- run: pnpm --version
Expand Down

0 comments on commit ce2bdf1

Please sign in to comment.