Skip to content

Commit

Permalink
fix Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dutu committed Mar 16, 2023
1 parent ddd67a8 commit 41f5ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run:
yarn --frozen-lockfile
yarn install
- name: Run tests
env:
apiKey: ${{ secrets.APIKEY }}
Expand Down

0 comments on commit 41f5ea7

Please sign in to comment.