From 9d5f9350a15569a15536b630800218cbca132e21 Mon Sep 17 00:00:00 2001 From: XiNiHa Date: Tue, 2 Jul 2024 16:24:19 +0900 Subject: [PATCH] ci: bump node versions --- .github/workflows/build.yml | 2 +- .github/workflows/integration.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78d73daa0..a7a3817d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: "16" + node-version: "20" - uses: actions/cache@v2 with: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2a2187067..0bde56b3d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: "16" + node-version: "20" - uses: actions/cache@v2 id: yarn-unplugged-cache @@ -83,7 +83,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: "16" + node-version: "20" - uses: actions/cache@v2 id: yarn-unplugged-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 447f04b2a..4e952eed8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "18.x" + node-version: "20.x" registry-url: https://registry.npmjs.org - uses: actions/cache@v2