Skip to content

Commit

Permalink
CI: Enable corepack for npm to respect packageManager in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hanazuki committed Feb 25, 2023
1 parent 90459a4 commit c2eaf9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: npm
- name: Enable corepack
run: corepack enable npm
- uses: actions/cache@v3
with:
path: /home/runner/.cmake-js
Expand Down

0 comments on commit c2eaf9b

Please sign in to comment.