Skip to content

Commit

Permalink
chore(ci): upgrade corepack before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Aug 10, 2023
1 parent ad94ad4 commit 81777ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
node-version: ${{ matrix.node_version }}
- name: Upgrade npm
run: npm i -g npm@latest
- name: Upgrade corepack
run: npm i -g corepack@latest
- name: npm install
uses: bahmutov/npm-install@c5482d70ec8706408996e31ac94075030694993f # v1
- name: test
Expand Down

0 comments on commit 81777ca

Please # to comment.