diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-07 16:38:47 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-07 16:38:47 +0900 |
| commit | dc1a91a5b25d9f5b8f0c8013764a0444a0cf7b22 (patch) | |
| tree | 7a0cdb1a43e496970fcfda25845d58b434383fc0 | |
| parent | Revert "Revert "pnpm@8.7.4"" (diff) | |
| download | misskey-dc1a91a5b25d9f5b8f0c8013764a0444a0cf7b22.tar.gz misskey-dc1a91a5b25d9f5b8f0c8013764a0444a0cf7b22.tar.bz2 misskey-dc1a91a5b25d9f5b8f0c8013764a0444a0cf7b22.zip | |
fix(dev): use 20.5.1 instead of 20.x
Fix #11793
| -rw-r--r-- | .github/workflows/test-backend.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test-frontend.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/test-misskey-js.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test-production.yml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index 3a3e278631..19496c8959 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [20.x] + node-version: [20.5.1] services: postgres: diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml index 998a191611..0618a0ef0a 100644 --- a/.github/workflows/test-frontend.yml +++ b/.github/workflows/test-frontend.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [20.x] + node-version: [20.5.1] steps: - uses: actions/checkout@v4.0.0 @@ -51,7 +51,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [20.x] + node-version: [20.5.1] browser: [chrome] services: diff --git a/.github/workflows/test-misskey-js.yml b/.github/workflows/test-misskey-js.yml index d1d3013a2b..7999c183b1 100644 --- a/.github/workflows/test-misskey-js.yml +++ b/.github/workflows/test-misskey-js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [20.x] + node-version: [20.5.1] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/.github/workflows/test-production.yml b/.github/workflows/test-production.yml index 16517d137e..0504f42d16 100644 --- a/.github/workflows/test-production.yml +++ b/.github/workflows/test-production.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [20.x] + node-version: [20.5.1] steps: - uses: actions/checkout@v4.0.0 |