Skip to content

Commit

Permalink
chore: bump Node version to v18.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Dec 13, 2023
1 parent 5a65c65 commit 1a4abe2
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@v3
- uses: actions/setup-node@v3
with:
node-version: 18.15
node-version: 18.19.0
- run: corepack enable
- run: pnpm --version
- uses: actions/setup-node@v3
with:
node-version: 18.15
node-version: 18.19.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 @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.15
node-version: 18.19.0
- run: corepack enable
- run: pnpm --version
- run: pnpm i --frozen-lockfile
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.15
node-version: 18.19.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 @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.15
node-version: 18.19.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 @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.15
node-version: 18.19.0
id: setup-node
- run: corepack enable
- run: pnpm --version
Expand Down

0 comments on commit 1a4abe2

Please sign in to comment.