소스 검색

fix: e2e tests failing because old version of node

Also bump other outdated node versions in workflows
Gabriel Horner 5 달 전
부모
커밋
f7717da7a9
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      .github/workflows/clj-e2e.yml
  2. 1 1
      .github/workflows/deploy-db-test-pages.yml
  3. 1 1
      .github/workflows/outliner.yml

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