Skip to content

Commit

Permalink
ci: fix minor version node
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Mineau committed Sep 1, 2023
1 parent 11a1d6e commit 4762803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18'

- run: npm install -g npm@9
check-latest: true
- run: npm install -g npm@latest
- run: npm ci

- name: Release
Expand Down

0 comments on commit 4762803

Please sign in to comment.