From 563a1de1ba6b112882b30f934b0dd2ea402be65f Mon Sep 17 00:00:00 2001 From: Noisekit Date: Fri, 11 Aug 2023 12:29:19 +0800 Subject: [PATCH] Try 18.15.0 instead --- .github/workflows/check-packages.yml | 2 +- .github/workflows/docgen.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/simulate-release.yml | 2 +- .github/workflows/test.yml | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-packages.yml b/.github/workflows/check-packages.yml index d3799b9f52..554a057205 100644 --- a/.github/workflows/check-packages.yml +++ b/.github/workflows/check-packages.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "18.17.1" + node-version: "18.15.0" cache: "yarn" # The following steps are for checking the validity of the yarn.lock edits. diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml index 0885e164e1..ee9825bb89 100644 --- a/.github/workflows/docgen.yml +++ b/.github/workflows/docgen.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "18.17.1" + node-version: "18.15.0" cache: "yarn" - run: yarn --version - run: yarn install --immutable --immutable-cache diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0dfb538c1f..54c76b2f6d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "18.17.1" + node-version: "18.15.0" cache: "yarn" - run: yarn --version - run: yarn install --immutable --immutable-cache diff --git a/.github/workflows/simulate-release.yml b/.github/workflows/simulate-release.yml index 32b1a8b70d..a517c909f0 100644 --- a/.github/workflows/simulate-release.yml +++ b/.github/workflows/simulate-release.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "18.17.1" + node-version: "18.15.0" cache: "yarn" - uses: ibnesayeed/setup-ipfs@92d412e0dad36c06ffab50733e9c624896a0964f with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cbbb4038de..db60eeaadd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "18.17.1" + node-version: "18.15.0" cache: "yarn" - uses: ibnesayeed/setup-ipfs@92d412e0dad36c06ffab50733e9c624896a0964f with: diff --git a/package.json b/package.json index f2f9d1b83b..781d3112c0 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "markets/**" ], "engines": { - "node": "^18.16.0" + "node": "^18.15.0" }, "packageManager": "yarn@3.6.0" }