Skip to content

Commit 1a4abe2

Browse files
committed
chore: bump Node version to v18.19.0
1 parent 5a65c65 commit 1a4abe2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 18.15
18+
node-version: 18.19.0
1919
- run: corepack enable
2020
- run: pnpm --version
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 18.15
23+
node-version: 18.19.0
2424
cache: "pnpm"
2525
cache-dependency-path: "**/pnpm-lock.yaml"
2626
- name: install

.github/workflows/ecosystem-ci-from-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v3
7777
- uses: actions/setup-node@v3
7878
with:
79-
node-version: 18.15
79+
node-version: 18.19.0
8080
- run: corepack enable
8181
- run: pnpm --version
8282
- run: pnpm i --frozen-lockfile
@@ -116,7 +116,7 @@ jobs:
116116
- uses: actions/checkout@v3
117117
- uses: actions/setup-node@v3
118118
with:
119-
node-version: 18.15
119+
node-version: 18.19.0
120120
- run: corepack enable
121121
- run: pnpm --version
122122
- run: pnpm i --frozen-lockfile

.github/workflows/ecosystem-ci-selected.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v3
5858
- uses: actions/setup-node@v3
5959
with:
60-
node-version: 18.15
60+
node-version: 18.19.0
6161
id: setup-node
6262
- run: corepack enable
6363
- run: pnpm --version

.github/workflows/ecosystem-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v3
6161
- uses: actions/setup-node@v3
6262
with:
63-
node-version: 18.15
63+
node-version: 18.19.0
6464
id: setup-node
6565
- run: corepack enable
6666
- run: pnpm --version

0 commit comments

Comments
 (0)