We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45407a8 commit 2270f92Copy full SHA for 2270f92
.github/workflows/test.yml
@@ -7,6 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
+ - run: npm install --global corepack@latest
11
- run: corepack enable
12
- uses: actions/checkout@v4
13
- name: Setup Node.js
0 commit comments