Skip to content

Commit 013f768

Browse files
committed
fixed the gh build workflow
1 parent 4218016 commit 013f768

File tree

2 files changed

+5
-35
lines changed

2 files changed

+5
-35
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@ jobs:
4444
uses: DeLaGuardo/[email protected]
4545
with:
4646
lein: latest
47-
- run: sudo sh ./script/install-phantom-js-ubuntu.sh
48-
- run: lein do clean, compile :all, test :all, doo phantom test once
47+
- name: Setup Node.js
48+
uses: actions/setup-node@v4
49+
with:
50+
node-version: '20'
51+
- run: lein do clean, compile :all, test :all, doo node test once

script/install-phantom-js-ubuntu.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)