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 8755f35 commit 949a2e9Copy full SHA for 949a2e9
.github/workflows/unit-test.yml
@@ -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