Skip to content

Commit 7352dfd

Browse files
committed
feat: drop node 18 support
1 parent 5f0732f commit 7352dfd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 22
29+
node-version: 23
3030
cache: pnpm
3131

3232
- name: Install dependencies
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
node-version: [20, 18]
42+
node-version: [22, 20]
4343
name: Node.js ${{ matrix.node-version }} Quick
4444
steps:
4545
- name: Checkout the repository
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install pnpm
4949
uses: pnpm/action-setup@v4
5050
with:
51-
version: 9
51+
version: 10
5252

5353
- name: Install Node.js ${{ matrix.node-version }}
5454
uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"./package.json": "./package.json"
3030
},
3131
"engines": {
32-
"node": "^18.0.0 || >=20.0.0"
32+
"node": "^20.0.0 || >=22.0.0"
3333
},
3434
"funding": [
3535
{

0 commit comments

Comments
 (0)