mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
chore(dep): bump NodeJS from 16.x to 18.x LTS (#8406)
* chore(dep): bump NodeJS to LTS 18.x * update nginx image CVE-2022-43551 * upgrade node version in GH workflows * update nodejs version in dev docs * upgrade tldraw version nodejs version to 18.x * update static/yarn.lock * fix yarn.lock electron version --------- Co-authored-by: situ2001 <yongcong2001@outlook.com>
This commit is contained in:
2
.github/workflows/build-android.yml
vendored
2
.github/workflows/build-android.yml
vendored
@@ -42,7 +42,7 @@ on:
|
||||
|
||||
env:
|
||||
CLOJURE_VERSION: '1.10.1.763'
|
||||
NODE_VERSION: '16'
|
||||
NODE_VERSION: '18'
|
||||
JAVA_VERSION: '11'
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/build-desktop-release.yml
vendored
2
.github/workflows/build-desktop-release.yml
vendored
@@ -48,7 +48,7 @@ on:
|
||||
|
||||
env:
|
||||
CLOJURE_VERSION: '1.10.1.763'
|
||||
NODE_VERSION: '16'
|
||||
NODE_VERSION: '18'
|
||||
|
||||
jobs:
|
||||
compile-cljs:
|
||||
|
||||
2
.github/workflows/build-ios-release.yml
vendored
2
.github/workflows/build-ios-release.yml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
|
||||
env:
|
||||
CLOJURE_VERSION: '1.10.1.763'
|
||||
NODE_VERSION: '16'
|
||||
NODE_VERSION: '18'
|
||||
JAVA_VERSION: '11'
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/build-ios.yml
vendored
2
.github/workflows/build-ios.yml
vendored
@@ -17,7 +17,7 @@ on:
|
||||
|
||||
env:
|
||||
CLOJURE_VERSION: '1.10.1.763'
|
||||
NODE_VERSION: '16'
|
||||
NODE_VERSION: '18'
|
||||
JAVA_VERSION: '11'
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/build-stage.yml
vendored
2
.github/workflows/build-stage.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
|
||||
- name: Install clojure
|
||||
run: |
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -16,7 +16,7 @@ env:
|
||||
# This is the same as 1.8.
|
||||
JAVA_VERSION: '8'
|
||||
# This is the latest node version we can run.
|
||||
NODE_VERSION: '16'
|
||||
NODE_VERSION: '18'
|
||||
BABASHKA_VERSION: '1.0.168'
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/db.yml
vendored
2
.github/workflows/db.yml
vendored
@@ -24,7 +24,7 @@ env:
|
||||
# This is the same as 1.8.
|
||||
JAVA_VERSION: '8'
|
||||
# This is the latest node version we can run.
|
||||
NODE_VERSION: '16'
|
||||
NODE_VERSION: '18'
|
||||
BABASHKA_VERSION: '1.0.168'
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@@ -20,7 +20,7 @@ env:
|
||||
# This is the same as 1.8.
|
||||
JAVA_VERSION: '8'
|
||||
# This is the latest node version we can run.
|
||||
NODE_VERSION: '16'
|
||||
NODE_VERSION: '18'
|
||||
BABASHKA_VERSION: '1.0.168'
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/graph-parser.yml
vendored
2
.github/workflows/graph-parser.yml
vendored
@@ -28,7 +28,7 @@ env:
|
||||
# This is the same as 1.8.
|
||||
JAVA_VERSION: '8'
|
||||
# This is the latest node version we can run.
|
||||
NODE_VERSION: '16'
|
||||
NODE_VERSION: '18'
|
||||
BABASHKA_VERSION: '1.0.168'
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user