Skip to content

Commit

Permalink
fix: setup node & install yarn deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeboshiwind committed May 31, 2024
1 parent fac513d commit 431c2d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: 1.11.3.1463
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'yarn'
- name: Install yarn deps
run: yarn install --frozen-lockfile
# - name: Cache clojure dependencies
# uses: actions/cache@v3
# with:
Expand Down

0 comments on commit 431c2d1

Please sign in to comment.