We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb5412 commit e391fd6Copy full SHA for e391fd6
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: pnpm/action-setup@v4
22
- uses: actions/setup-node@v4
23
with:
24
- node-version: 22
+ node-version: 24
25
cache: pnpm
26
- run: pnpm i --frozen-lockfile
27
- run: pnpm run lint
@@ -32,7 +32,7 @@ jobs:
32
33
strategy:
34
matrix:
35
- node-version: ['18.x', '20.x', '22.x']
+ node-version: ['20.x', '22.x', '24.x']
36
37
steps:
38
- uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
- node-version: 22.x
+ node-version: 24.x
57
58
- run: pnpm i
59
- 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