Skip to content

Commit

Permalink
Skip yarn check
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanbedi committed May 15, 2024
1 parent 1a760a0 commit e12fc27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
env:
SKIP_YARN_COREPACK_CHECK: true
with:
node-version: '20'
cache: 'yarn'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
env:
SKIP_YARN_COREPACK_CHECK: true
with:
node-version-file: '.nvmrc'
cache: 'yarn'
Expand Down

0 comments on commit e12fc27

Please sign in to comment.