Jelajahi Sumber

fix: e2e tests failing because old version of node

Also bump other outdated node versions in workflows
Gabriel Horner 5 bulan lalu
induk
melakukan
f7717da7a9

+ 1 - 1
.github/workflows/clj-e2e.yml

@@ -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:

+ 1 - 1
.github/workflows/deploy-db-test-pages.yml

@@ -6,7 +6,7 @@ on:
 
 env:
   CLOJURE_VERSION: "1.11.1.1413"
-  NODE_VERSION: '20'
+  NODE_VERSION: '22'
   JAVA_VERSION: "11"
 
 jobs:

+ 1 - 1
.github/workflows/outliner.yml

@@ -28,7 +28,7 @@ env:
   # This is the same as 1.8.
   JAVA_VERSION: '11'
   # This is the latest node version we can run.
-  NODE_VERSION: '20'
+  NODE_VERSION: '22'
   BABASHKA_VERSION: '1.0.168'
 
 jobs: