Skip to content

Commit

Permalink
corepack enable (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman authored Nov 15, 2024
1 parent fb3cad1 commit 8dc1a52
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/buildandtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
steps:
- name: Check out current commit (${{ github.sha }})
uses: actions/checkout@v4
- run: corepack enable
- name: Set up Node
uses: actions/setup-node@v4
# we use a hash of yarn.lock as our cache key, because if it hasn't changed, our dependencies haven't changed,
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
steps:
- name: Check out current commit (${{ github.sha }})
uses: actions/checkout@v4
- run: corepack enable
- name: Set up Node
uses: actions/setup-node@v4
- name: Check dependency cache
Expand Down Expand Up @@ -108,6 +110,7 @@ jobs:
steps:
- name: Check out current commit (${{ github.sha }})
uses: actions/checkout@v4
- run: corepack enable
- name: Set up Node
uses: actions/setup-node@v4
- name: Check dependency cache
Expand Down Expand Up @@ -150,6 +153,7 @@ jobs:
steps:
- name: Check out current commit (${{ github.sha }})
uses: actions/checkout@v4
- run: corepack enable
- name: Set up Node
uses: actions/setup-node@v4
- name: Check dependency cache
Expand All @@ -172,6 +176,7 @@ jobs:
steps:
- name: Check out current commit (${{ github.sha }})
uses: actions/checkout@v4
- run: corepack enable
- name: Set up Node
uses: actions/setup-node@v4
- name: Check dependency cache
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
token: ${{ secrets.GH_RELEASE_PAT }}
fetch-depth: 0
- run: corepack enable
- name: Install Dependencies
run: yarn install
- name: Prepare release
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

You need:

- [nodejs](https://nodejs.org/en/download/) 8 or higher
- [nodejs](https://nodejs.org/en/download/) 18 or higher (with corepack enabled)
- [yarn 1](https://classic.yarnpkg.com/lang/en/docs/install) or higher
- [yalc](https://github.com/wclr/yalc) (can be installed with `yarn global add yalc`)
- http-server
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,6 @@
"testMatch": [
"**/*.test.(ts|tsx)"
]
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit 8dc1a52

Please sign in to comment.