Skip to content

Commit

Permalink
[ci] Bump node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg authored Sep 4, 2024
1 parent 7378434 commit 363ab0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-interpreter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 19.x
node-version: 20.x
- name: Build interpreter
run: cd interpreter && opam exec make
- name: Run tests
Expand Down

0 comments on commit 363ab0c

Please sign in to comment.