We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233ef73 commit 9f31d44Copy full SHA for 9f31d44
.github/workflows/test.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- name: Checkout
22
uses: actions/checkout@v4
23
+ - name: Enable Corepack
24
+ run: corepack enable
25
- name: Use Node.js ${{ matrix.node-version }}
26
uses: actions/setup-node@v4
27
with:
0 commit comments