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 5d60689 commit baccd98Copy full SHA for baccd98
.github/workflows/unit-test.yml
@@ -182,7 +182,7 @@ jobs:
182
strategy:
183
fail-fast: false
184
matrix:
185
- node: ["16"]
+ node: ["22"]
186
runs-on: ubuntu-latest
187
env:
188
NPM_CONFIG_UNSAFE_PERM: true
@@ -195,9 +195,6 @@ jobs:
195
- uses: actions/setup-node@v4
196
with:
197
node-version: ${{ matrix.node }}
198
- - name: Update npm to a version that supports workspaces (v7 or later)
199
- if: ${{ matrix.node < 16 }}
200
- run: npm install -g npm@9 # npm@9 supports node >=14.17.0
201
- name: Install
202
run: npm ci
203
- name: Download Build Artifacts
0 commit comments