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 551ba05 commit eac07ebCopy full SHA for eac07eb
.github/workflows/cd.yaml
@@ -35,7 +35,7 @@ jobs:
35
36
- uses: actions/setup-node@v4
37
with:
38
- node-version: "18.x"
+ node-version: "20.x"
39
40
- name: Keep npm cache around to speed up installs
41
uses: actions/cache@v3
.github/workflows/test-and-release.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
package.json
@@ -68,7 +68,7 @@
68
]
69
},
70
"engines": {
71
- "node": ">=18",
+ "node": ">=20",
72
"npm": ">=9"
73
74
"volta": {
0 commit comments