Skip to content

Commit 429efe7

Browse files
committed
set node versions
1 parent b668edd commit 429efe7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@v4
9292
- uses: actions/setup-node@v4
9393
with:
94-
node-version: '20.x'
94+
node-version: '18.x'
9595
- name: Build vis
9696
run: |
9797
cd shared/vis
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions/checkout@v4
111111
- uses: actions/setup-node@v4
112112
with:
113-
node-version: '20.x'
113+
node-version: '18.x'
114114
- name: Build npm package
115115
run: |
116116
cd shared/vis

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: '3.9'
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: '20.x'
26+
node-version: '*'
2727
registry-url: 'https://registry.npmjs.org'
2828
- name: Find CI workflow run by commit ID
2929
id: find_workflow

0 commit comments

Comments
 (0)