Skip to content

Commit

Permalink
test: use npm ci instead of install in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brownoxford committed Jun 20, 2021
1 parent 5fbb7bf commit 22371d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: "12"
- name: Install NPM Dependencies
run: npm install
run: npm ci
- name: Build NPM Module
run: npm run build
- name: Install Cocoapods
Expand All @@ -47,7 +47,7 @@ jobs:
distribution: "zulu"
java-version: "8"
- name: Install NPM Dependencies
run: npm install
run: npm ci
- name: Build NPM Module
run: npm run build
- name: Run Android Tests
Expand Down

0 comments on commit 22371d6

Please sign in to comment.