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 80d3232 commit d2a6d4fCopy full SHA for d2a6d4f
.github/workflows/check_build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Setup Node.js
29
uses: actions/setup-node@v3
30
with:
31
- node-version: 18.13.0
+ node-version: 20.10.0
32
- name: Install dependencies
33
run: npm ci
34
- name: Build
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
package.json
@@ -190,8 +190,8 @@
190
"not IE_Mob 11"
191
],
192
"volta": {
193
- "node": "18.13.0",
194
- "npm": "9.4.1"
+ "node": "20.10.0",
+ "npm": "10.4.0"
195
},
196
"overrides": {
197
"monaco-editor": "$monaco-editor",
0 commit comments