Skip to content

Commit

Permalink
fix(ci): pin nx to 15.9.6 for Node.js v14 (#4124)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Sep 7, 2023
1 parent 4d662cf commit 415b198
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
experimental/packages/*/package-lock.json
key: node-tests-${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('package.json', 'packages/*/package.json', 'experimental/packages/*/package.json') }}-04292022

# temporary fix for https://github.com/nrwl/nx/issues/19022
- run: npm install --save-dev nx@16.7.4 @nx/devkit@16.7.4
if: ${{ matrix.node_version == '14' }}

- name: Bootstrap
run: |
npm install --ignore-scripts
Expand Down

0 comments on commit 415b198

Please sign in to comment.