diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 98842a38b02..d1de888472c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 check-latest: true - name: Node.js version id: node diff --git a/.github/workflows/docs-check.yml b/.github/workflows/docs-check.yml index 1556cd191b5..bad86bd201b 100644 --- a/.github/workflows/docs-check.yml +++ b/.github/workflows/docs-check.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 - name: Node.js version id: node run: echo "v8CppApiVersion=$(node --print "process.versions.modules")" >> $GITHUB_OUTPUT diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cdceb49d808..98b4ba2b56e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 check-latest: true - name: Node.js version id: node diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index a656f8562bf..673b2ec6af9 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 registry-url: "https://registry.npmjs.org" check-latest: true - name: Node.js version diff --git a/.github/workflows/publish-rc.yml b/.github/workflows/publish-rc.yml index 005d2738b1c..07106e1945f 100644 --- a/.github/workflows/publish-rc.yml +++ b/.github/workflows/publish-rc.yml @@ -54,7 +54,7 @@ jobs: fetch-depth: 0 # Needs full depth for changelog generation - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 check-latest: true - name: Node.js version id: node diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish-stable.yml index 01e222d48e7..40f0cba82f7 100644 --- a/.github/workflows/publish-stable.yml +++ b/.github/workflows/publish-stable.yml @@ -60,7 +60,7 @@ jobs: fetch-depth: 0 # Needs full depth for changelog generation - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 check-latest: true - name: Node.js version id: node diff --git a/.github/workflows/test-browser.yml b/.github/workflows/test-browser.yml index c4c478b53a0..c8854c1896a 100644 --- a/.github/workflows/test-browser.yml +++ b/.github/workflows/test-browser.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - node: [20] + node: [18] steps: # - Uses YAML anchors in the future - uses: actions/checkout@v3 diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 25d49c64ad0..d7691018548 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - node: [20] + node: [18] steps: # - Uses YAML anchors in the future - uses: actions/checkout@v3 diff --git a/.github/workflows/test-sim-merge.yml b/.github/workflows/test-sim-merge.yml index a47a2a07a5a..60cf8456076 100644 --- a/.github/workflows/test-sim-merge.yml +++ b/.github/workflows/test-sim-merge.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 check-latest: true - name: Node.js version id: node diff --git a/.github/workflows/test-sim.yml b/.github/workflows/test-sim.yml index 74f19be3af9..1da1959a807 100644 --- a/.github/workflows/test-sim.yml +++ b/.github/workflows/test-sim.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 check-latest: true - name: Node.js version id: node diff --git a/.github/workflows/test-spec.yml b/.github/workflows/test-spec.yml index eb17c2e2bab..58a80543303 100644 --- a/.github/workflows/test-spec.yml +++ b/.github/workflows/test-spec.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 check-latest: true - name: Node.js version id: node diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 22bef8d6c10..b95fb6a4479 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - node: [20] + node: [18] steps: # - Uses YAML anchors in the future - uses: actions/checkout@v3