Skip to content

Commit

Permalink
build: requrie npm@8
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jan 3, 2024
1 parent 6846faa commit cff5c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install -g npm@7
- run: npm install -g npm@8
- run: node --version
- run: npm install --engine-strict
- run: npm test
Expand Down

0 comments on commit cff5c78

Please sign in to comment.