fix: e2e tests failing because old version of node

Also bump other outdated node versions in workflows
This commit is contained in:
Gabriel Horner
2025-05-13 11:25:50 -04:00
parent f46f75bf10
commit f7717da7a9
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ on:
env:
CLOJURE_VERSION: '1.11.1.1413'
# This is the latest node version we can run.
NODE_VERSION: '20'
NODE_VERSION: '22'
BABASHKA_VERSION: '1.0.168'
jobs: