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 c4219ec commit 218116dCopy full SHA for 218116d
.github/workflows/test.yml
@@ -5,12 +5,12 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v4
8
+ - name: Enable Corepack
9
+ run: corepack enable && yarn --version
10
- uses: actions/setup-node@v4
11
with:
12
node-version: '20'
13
cache: 'yarn'
- - name: Enable Corepack
- run: corepack enable
14
- name: Install modules
15
run: yarn install --immutable
16
- name: Run tests
0 commit comments