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 430b12f commit 64a6ab1Copy full SHA for 64a6ab1
.github/workflows/ci.yml
@@ -23,6 +23,8 @@ jobs:
23
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
24
with:
25
node-version: lts/*
26
+ env:
27
+ SKIP_YARN_COREPACK_CHECK: 1
28
29
- name: Get the Yarn cache directory path
30
id: yarn-cache-dir-path
.github/workflows/publish.yml
@@ -38,6 +38,8 @@ jobs:
38
39
40
41
42
43
44
45
0 commit comments