We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b668edd commit 429efe7Copy full SHA for 429efe7
2 files changed
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
uses: actions/checkout@v4
92
- uses: actions/setup-node@v4
93
with:
94
- node-version: '20.x'
+ node-version: '18.x'
95
- name: Build vis
96
run: |
97
cd shared/vis
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
114
- name: Build npm package
115
116
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: '3.9'
24
25
26
+ node-version: '*'
27
registry-url: 'https://registry.npmjs.org'
28
- name: Find CI workflow run by commit ID
29
id: find_workflow
0 commit comments