Skip to content

Commit

Permalink
Use npm v8 for building
Browse files Browse the repository at this point in the history
  • Loading branch information
orenyomtov committed Jan 18, 2023
1 parent e17e9cc commit 2ede51d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install -g npm@8
- run: npm ci
- run: npm run build --if-present
- run: npm pack

0 comments on commit 2ede51d

Please sign in to comment.