Skip to content

Commit fb0afc1

Browse files
authored
Merge pull request #901 from integer32llc/maint
2 parents 896c2b0 + 78913d5 commit fb0afc1

File tree

10 files changed

+781
-903
lines changed

10 files changed

+781
-903
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
- name: Configure node
244244
uses: actions/setup-node@v3
245245
with:
246-
node-version: 16.13
246+
node-version: 18.14
247247
- name: Install dependencies
248248
run: yarn --cwd ui/frontend/
249249
- name: Run tests

ci/workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ workflows:
357357
- name: "Configure node"
358358
uses: actions/setup-node@v3
359359
with:
360-
node-version: 16.13
360+
node-version: 18.14
361361

362362
- name: "Install dependencies"
363363
run: >-

0 commit comments

Comments
 (0)