Skip to content

Commit

Permalink
ci: attempt fix NPM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwood-mobile committed Jul 19, 2021
1 parent cf977c2 commit 9f63c21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ jobs:

strategy:
matrix:
node-version: [14.x, 15.x]
node-version: [14, 15, 16]

steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
check-latest: true
cache: 'npm'
- name: Update NPM to latest
run: npm --version;npm install -g npm;npm --version
- name: Install React Native CLI
run: npm install -g @react-native-community/cli
- name: Init new project
Expand Down

0 comments on commit 9f63c21

Please sign in to comment.