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 aa7d57d commit 61607c5Copy full SHA for 61607c5
.github/renovate.json5
@@ -12,7 +12,7 @@
12
packageRules: [
13
{
14
packageNames: ["node"],
15
- allowedVersions: "<=18",
+ allowedVersions: "<=24",
16
rangeStrategy: "replace",
17
},
18
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
19
- uses: BeeeQueue/setup-node@corepack
20
with:
21
- node-version: 18
+ node-version: 24
22
corepack: true
23
24
- name: find pnpm cache path
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments