Skip to content

Commit 64a6ab1

Browse files
committed
fixup! chore(deps): bump actions/setup-node from 4.4.0 to 5.0.0
1 parent 430b12f commit 64a6ab1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2424
with:
2525
node-version: lts/*
26+
env:
27+
SKIP_YARN_COREPACK_CHECK: 1
2628

2729
- name: Get the Yarn cache directory path
2830
id: yarn-cache-dir-path

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3939
with:
4040
node-version: lts/*
41+
env:
42+
SKIP_YARN_COREPACK_CHECK: 1
4143

4244
- name: Get the Yarn cache directory path
4345
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)