Skip to content

Commit

Permalink
fix: Get CI uberjar build working again
Browse files Browse the repository at this point in the history
Requires updating node to v20.
  • Loading branch information
KingMob committed May 3, 2024
1 parent a25e337 commit 8e5abb9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@ jobs:
path: node_modules
key: gitlibs-${{ hashFiles('package.json', 'pnpm-lock.json') }}


- name: Prepare Nix shell
run: nix develop -c bash -c ':'

- name: Prepare JavaScript dependencies
run: nix develop -c pnpm install --no-frozen-lockfile

- name: Prepare Clojure dependencies
- name: Prepare Clojure test dependencies
run: nix develop -c clojure -A:test -P

- name: Prepare Clojure dependencies
- name: Build Clojure uberjar
run: nix develop -c clojure -X:build uberjar
30 changes: 24 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
buildInputs = with pkgs; [
clj-kondo
clojure
nodejs-18_x
nodejs_20
pkgs.nodePackages.pnpm
];
};
Expand Down

0 comments on commit 8e5abb9

Please sign in to comment.