Skip to content

Commit

Permalink
corepack fix for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gumaerc committed Jan 26, 2024
1 parent e14a4d8 commit 74b69c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ on: [push]
jobs:
javascript-tests:
runs-on: ubuntu-latest
env:
SKIP_YARN_COREPACK_CHECK: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.8.1
cache: "yarn"

- run: corepack enable

- name: Install dependencies
run: yarn install --immutable

Expand Down

0 comments on commit 74b69c8

Please sign in to comment.