Skip to content

Commit

Permalink
use latest npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Faucett committed Feb 7, 2024
1 parent 3699a2d commit 9b4677f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g npm@10
- run: npm ci
- run: npm run lint
- run: npm run coverage
Expand All @@ -31,6 +32,7 @@ jobs:
with:
node-version: 14.x

- run: npm install -g npm@10
- run: npm ci
- run: npm run doc

Expand Down

0 comments on commit 9b4677f

Please sign in to comment.