Skip to content

Commit f5262b4

Browse files
authored
breaking: drop node v18 (#58)
1 parent 9a8e984 commit f5262b4

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
os: [ubuntu-latest]
39-
node: [18.x]
39+
node: [20]
4040

4141
runs-on: ${{ matrix.os }}
4242

@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
matrix:
7373
os: [ubuntu-latest]
74-
node: [18.x]
74+
node: [20]
7575

7676
runs-on: ${{ matrix.os }}
7777

@@ -111,7 +111,7 @@ jobs:
111111
strategy:
112112
matrix:
113113
os: [ubuntu-latest]
114-
node: [18.x]
114+
node: [20]
115115

116116
runs-on: ${{ matrix.os }}
117117

@@ -182,7 +182,7 @@ jobs:
182182
strategy:
183183
matrix:
184184
os: [ubuntu-latest]
185-
node: [18]
185+
node: [20]
186186
steps:
187187
- name: Checkout codes
188188
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 18
34+
node-version: 20
3535

3636
- name: Enable corepack
3737
run: corepack enable

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"engines": {
29-
"node": ">= 18"
29+
"node": ">= 20"
3030
},
3131
"type": "module",
3232
"sideEffects": false,
@@ -125,5 +125,6 @@
125125
"unbuild": "^2.0.0",
126126
"vitest": "^1.3.0",
127127
"vitest-environment-miniflare": "^2.14.1"
128-
}
128+
},
129+
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
129130
}

0 commit comments

Comments
 (0)