Skip to content

Commit

Permalink
node for caching deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 9, 2025
1 parent 0f28a27 commit 7e5142f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: oven-sh/setup-bun@v1
- run: make setup
- run: make build
Expand All @@ -17,6 +20,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: oven-sh/setup-bun@v1
- run: make setup
- run: make lint

0 comments on commit 7e5142f

Please sign in to comment.