Skip to content

Commit

Permalink
install latest npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Webster committed Jul 19, 2024
1 parent d8f1d09 commit c950b89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install latest npm
run: npm install -g npm@latest
- name: Run npm ${{ matrix.command }}
run: npm ${{ matrix.command }}

0 comments on commit c950b89

Please sign in to comment.