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 3630a86 commit 2dfae89Copy full SHA for 2dfae89
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: '20'
+ node-version: '22'
18
cache: 'yarn'
19
- run: |
20
make install
package.json
@@ -67,7 +67,7 @@
67
"/webpack"
68
],
69
"engines": {
70
- "node": ">=12.20.0"
+ "node": ">=22"
71
},
72
"browserslist": [
73
"defaults"
0 commit comments