Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeschastny committed Oct 10, 2023
1 parent 92f1d33 commit 23b1f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- npm install -g npm@latest
- run: npm install -g npm@latest

- run: npm ci

Expand Down

0 comments on commit 23b1f90

Please sign in to comment.