Skip to content

Commit

Permalink
chore(build.yml): update pnpm version to latest in build workflow
Browse files Browse the repository at this point in the history
chore(code-check.yml): update pnpm version to latest in code check workflow
  • Loading branch information
Bluzzi committed Nov 8, 2023
1 parent 45e5a21 commit 89bbc43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install dependencies
run: pnpm install
- name: Run TSup
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install dependencies
run: pnpm install
- name: Run ESLint
Expand All @@ -25,6 +27,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install dependencies
run: pnpm install
- name: Run typecheck
Expand Down

0 comments on commit 89bbc43

Please sign in to comment.