Skip to content

Commit

Permalink
chore: update npm, enable corepack in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jul 21, 2024
1 parent cf1d43a commit cf30c8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

# https://github.com/actions/setup-node/issues/480#issuecomment-1915448139
- name: Enable Corepack
run: corepack enable

- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -27,6 +32,11 @@ jobs:
node-version: [16.x, 18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4

# https://github.com/actions/setup-node/issues/480#issuecomment-1915448139
- name: Enable Corepack
run: corepack enable

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@
"postchangelog": "prettier --write CHANGELOG.md"
}
},
"packageManager": "npm@10.8.1+sha256.b8807aebb9656758e2872fa6e7c564b506aa2faa9297439a478d471d2fe32483"
"packageManager": "npm@10.8.2+sha256.c8c61ba0fa0ab3b5120efd5ba97fdaf0e0b495eef647a97c4413919eda0a878b"
}

0 comments on commit cf30c8f

Please sign in to comment.