-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f54418a
commit 08ea9ed
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,14 @@ jobs: | |
steps: | ||
- name: Check Out Repository | ||
uses: actions/checkout@v4 | ||
- name: Install Node.js | ||
- name: Enable Corepack | ||
run: corepack enable | ||
- name: Use Node.js v18 | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: lts/Hydrogen | ||
corepack: true | ||
cache: yarn | ||
- name: Install Dependencies | ||
run: | | ||
corepack enable | ||
yarn install --immutable --immutable-cache --check-cache | ||
run: yarn install --immutable --immutable-cache --check-cache | ||
- name: Trunk Check | ||
uses: trunk-io/[email protected] |