Skip to content

Commit

Permalink
Bump to NODE_VERSION 20 as our electron version requires it (logseq#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker authored Dec 5, 2024
1 parent 593c1fe commit b95d178
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:

env:
CLOJURE_VERSION: '1.11.1.1413'
NODE_VERSION: '18'
NODE_VERSION: '20'
JAVA_VERSION: '17'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
CLOJURE_VERSION: '1.11.1.1413'
NODE_VERSION: '18'
NODE_VERSION: '20'
JAVA_VERSION: '17'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ on:

env:
CLOJURE_VERSION: '1.11.1.1413'
NODE_VERSION: '18'
NODE_VERSION: '20'
JAVA_VERSION: '11'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
CLOJURE_VERSION: '1.11.1.1413'
NODE_VERSION: '18'
NODE_VERSION: '20'
JAVA_VERSION: '11'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
CLOJURE_VERSION: '1.11.1.1413'
NODE_VERSION: '18'
NODE_VERSION: '20'
JAVA_VERSION: '11'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
CLOJURE_VERSION: '1.11.1.1413'
NODE_VERSION: '18'
NODE_VERSION: '20'
JAVA_VERSION: '17'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-db-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
CLOJURE_VERSION: "1.11.1.1413"
NODE_VERSION: "18"
NODE_VERSION: '20'
JAVA_VERSION: "11"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-db-test-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
CLOJURE_VERSION: "1.11.1.1413"
NODE_VERSION: "18"
NODE_VERSION: '20'
JAVA_VERSION: "11"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graph-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/logseq-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/outliner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b95d178

Please sign in to comment.