Bump to NODE_VERSION 20 as our electron version requires it (#11636)

https://github.com/electron/electron/blob/main/docs/tutorial/electron-timelines.md
This commit is contained in:
Gabriel Horner
2024-12-05 17:06:10 -05:00
committed by GitHub
parent 593c1fe19b
commit b95d17840a
15 changed files with 15 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ on:
env:
CLOJURE_VERSION: '1.11.1.1413'
NODE_VERSION: '18'
NODE_VERSION: '20'
JAVA_VERSION: '17'
jobs:

View File

@@ -19,7 +19,7 @@ on:
env:
CLOJURE_VERSION: '1.11.1.1413'
NODE_VERSION: '18'
NODE_VERSION: '20'
JAVA_VERSION: '17'
jobs:

View File

@@ -48,7 +48,7 @@ on:
env:
CLOJURE_VERSION: '1.11.1.1413'
NODE_VERSION: '18'
NODE_VERSION: '20'
JAVA_VERSION: '11'
jobs:

View File

@@ -12,7 +12,7 @@ on:
env:
CLOJURE_VERSION: '1.11.1.1413'
NODE_VERSION: '18'
NODE_VERSION: '20'
JAVA_VERSION: '11'
jobs:

View File

@@ -17,7 +17,7 @@ on:
env:
CLOJURE_VERSION: '1.11.1.1413'
NODE_VERSION: '18'
NODE_VERSION: '20'
JAVA_VERSION: '11'
jobs:

View File

@@ -19,7 +19,7 @@ on:
env:
CLOJURE_VERSION: '1.11.1.1413'
NODE_VERSION: '18'
NODE_VERSION: '20'
JAVA_VERSION: '17'
jobs:

View File

@@ -14,7 +14,7 @@ env:
CLOJURE_VERSION: '1.11.1.1413'
JAVA_VERSION: '11'
# This is the latest node version we can run.
NODE_VERSION: '18'
NODE_VERSION: '20'
BABASHKA_VERSION: '1.0.168'
jobs:

View File

@@ -23,7 +23,7 @@ env:
CLOJURE_VERSION: '1.11.1.1413'
JAVA_VERSION: '11'
# This is the latest node version we can run.
NODE_VERSION: '18'
NODE_VERSION: '20'
BABASHKA_VERSION: '1.0.168'
jobs:

View File

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

View File

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

View File

@@ -19,7 +19,7 @@ env:
CLOJURE_VERSION: '1.11.1.1413'
JAVA_VERSION: '11'
# This is the latest node version we can run.
NODE_VERSION: '18'
NODE_VERSION: '20'
BABASHKA_VERSION: '1.0.168'
jobs:

View File

@@ -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: '18'
NODE_VERSION: '20'
BABASHKA_VERSION: '1.0.168'
jobs:

View File

@@ -23,7 +23,7 @@ env:
CLOJURE_VERSION: '1.11.1.1413'
JAVA_VERSION: '11'
# This is the latest node version we can run.
NODE_VERSION: '18'
NODE_VERSION: '20'
BABASHKA_VERSION: '1.0.168'
jobs:

View File

@@ -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: '18'
NODE_VERSION: '20'
BABASHKA_VERSION: '1.0.168'
jobs:

View File

@@ -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: '18'
NODE_VERSION: '20'
BABASHKA_VERSION: '1.0.168'
jobs: