Skip to content

Commit

Permalink
CI: use coarepack
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 15, 2023
1 parent e1584d7 commit 937aa07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Enable corepack
run: corepack enable
- name: Test
shell: zsh {0}
run: |
Expand Down
3 changes: 2 additions & 1 deletion test/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"license": "MIT",
"devDependencies": {
"envinfo": "^7.10.0"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 937aa07

Please sign in to comment.