Skip to content

Commit

Permalink
Install a working npm version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jul 21, 2024
1 parent 14b87cf commit 6570fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install working npm
run: npm install -g npm@10.8.0
- name: Install
run: npm ci
- name: Build
Expand Down

0 comments on commit 6570fa8

Please sign in to comment.