Skip to content

Commit 20d5650

Browse files
committed
chore: drop node v18
1 parent 5a1e4f2 commit 20d5650

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest]
22-
node: [18]
22+
node: [20]
2323

2424
runs-on: ${{ matrix.os }}
2525

@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
os: [ubuntu-latest, windows-latest, macos-latest]
50-
node: [18]
50+
node: [20]
5151

5252
runs-on: ${{ matrix.os }}
5353

@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
matrix:
8585
os: [ubuntu-latest, windows-latest, macos-latest]
86-
node: [18.19, 20, 22]
86+
node: [20, 22, 24]
8787

8888
runs-on: ${{ matrix.os }}
8989

@@ -116,7 +116,7 @@ jobs:
116116
strategy:
117117
matrix:
118118
os: [ubuntu-latest, windows-latest, macos-latest]
119-
node: [18.19, 20, 22]
119+
node: [20, 22, 24]
120120

121121
runs-on: ${{ matrix.os }}
122122

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup node
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 18.18
26+
node-version: 20
2727
cache: pnpm
2828

2929
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 18
30+
node-version: 20
3131

3232
- name: Install dependencies
3333
run: pnpm install --no-frozen-lockfile

0 commit comments

Comments
 (0)