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.
2 parents 9f119f1 + de8a1a0 commit 776dcaeCopy full SHA for 776dcae
.github/workflows/docs.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: "20"
+ node-version: "22"
19
cache: "yarn"
20
- name: Build mockup
21
run: |
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
22
23
24
cache: 'yarn'
25
- run: yarn install
26
- run: make eslint
package.json
@@ -113,7 +113,7 @@
113
"/webpack.config.js"
114
],
115
"engines": {
116
- "node": ">=12.20.0"
+ "node": ">=22"
117
},
118
"browserslist": [
119
"defaults"
0 commit comments