Skip to content

Commit e21b278

Browse files
Merge pull request #71 from AstitvaAggarwal/master
fix CI to lts
2 parents 335fc03 + 892de6c commit e21b278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
persist-credentials: false
1515
- name: Install Julia
1616
uses: julia-actions/setup-julia@v1
17+
with:
18+
version: 1.10.10 # CI on Julia LTS
1719
- run: julia -e '
1820
using Pkg; Pkg.activate("."); Pkg.instantiate();
1921
using NodeJS; run(`$(npm_cmd()) install highlight.js`);

0 commit comments

Comments
 (0)