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 896c2b0 commit 5c471f2Copy full SHA for 5c471f2
.github/workflows/ci.yml
@@ -243,7 +243,7 @@ jobs:
243
- name: Configure node
244
uses: actions/setup-node@v3
245
with:
246
- node-version: 16.13
+ node-version: 18.14
247
- name: Install dependencies
248
run: yarn --cwd ui/frontend/
249
- name: Run tests
ci/workflows.yml
@@ -357,7 +357,7 @@ workflows:
357
- name: "Configure node"
358
359
360
361
362
- name: "Install dependencies"
363
run: >-
ui/frontend/package.json
@@ -87,7 +87,7 @@
87
"webpack-cli": "^5.0.1"
88
},
89
"engines": {
90
- "node": "^16.13.1"
+ "node": "^18.14"
91
92
"scripts": {
93
"test": "jest",
0 commit comments