Skip to content

Commit

Permalink
Pin npm to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed May 22, 2024
1 parent 7e0b0a0 commit 73ad719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: npm install and test
run: |
sudo apt-get install -y jq
npm install -g npm
npm install -g npm@9
npm install
npm install --no-save --force @fortawesome/fontawesome-svg-core@${{ matrix.fontawesome-svg-core }} react-native@${{ matrix.react-native }}
export REACT_VERSION=`cat node_modules/react-native/package.json|jq -r .peerDependencies.react`
Expand Down

0 comments on commit 73ad719

Please sign in to comment.