Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
  • Loading branch information
james-a-morris committed Oct 1, 2024
1 parent fb99e16 commit 336bfe8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
fetch-depth: 4
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
Expand All @@ -32,10 +32,10 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
fetch-depth: 4
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
Expand All @@ -53,16 +53,18 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
fetch-depth: 4
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
- name: Lint check
run: pnpm check

0 comments on commit 336bfe8

Please sign in to comment.