-
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
049d4cd
commit 11fab25
Showing
1 changed file
with
9 additions
and
9 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 |
---|---|---|
|
@@ -14,12 +14,12 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 20.x | ||
- name: Install pnpm | ||
uses: pnpm/action-setup@v2 | ||
with: | ||
version: 8 | ||
run_install: true | ||
- run: pnpm install --frozen-lockfile | ||
- run: pnpm run build | ||
- run: pnpm test | ||
- run: pnpm run lint | ||
|
||
- name: Install npm | ||
uses: bahmutov/[email protected] | ||
|
||
- name: Install dependencies | ||
run: npm i | ||
|
||
- name: Lint | ||
run: npm run lint |