Skip to content

Commit e391fd6

Browse files
committed
drop support for node < 20.19
1 parent efb5412 commit e391fd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: pnpm/action-setup@v4
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 22
24+
node-version: 24
2525
cache: pnpm
2626
- run: pnpm i --frozen-lockfile
2727
- run: pnpm run lint
@@ -32,7 +32,7 @@ jobs:
3232

3333
strategy:
3434
matrix:
35-
node-version: ['18.x', '20.x', '22.x']
35+
node-version: ['20.x', '22.x', '24.x']
3636

3737
steps:
3838
- uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
5353
- uses: pnpm/action-setup@v4
5454
- uses: actions/setup-node@v4
5555
with:
56-
node-version: 22.x
56+
node-version: 24.x
5757
cache: pnpm
5858
- run: pnpm i
5959
- run: pnpm i @babel/core@^8.0.0-0 @babel/plugin-syntax-decorators@^8.0.0-0 @babel/plugin-transform-typescript@^8.0.0-0 --save

0 commit comments

Comments
 (0)