Skip to content

Commit

Permalink
Make use of latest npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-duttke committed Aug 11, 2023
1 parent 99c7ee8 commit edaf171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ensure-nodejs-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install --no-package-lock
- run: npm install -g npm@latest
- run: npm install
- run: npm test

0 comments on commit edaf171

Please sign in to comment.