From 2723e4c9a3d2d3a96146b9e9782e2d9c6ce6b898 Mon Sep 17 00:00:00 2001 From: Alexandre Philibeaux Date: Thu, 26 Oct 2023 17:56:07 +0200 Subject: [PATCH] feat(node): update node version ci --- .github/workflows/ci.yml | 6 +++--- .github/workflows/pull_request_title.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a18d42c1..0e8336f60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3.8.2 with: - node-version: 18 + node-version: 20 check-latest: true cache: 'pnpm' - run: pnpm install @@ -29,7 +29,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3.8.2 with: - node-version: 18 + node-version: 20 check-latest: true cache: 'pnpm' - run: pnpm install @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node: ['18'] + node: ['18','20'] steps: - uses: actions/checkout@v4.1.1 - uses: pnpm/action-setup@v2.4.0 diff --git a/.github/workflows/pull_request_title.yml b/.github/workflows/pull_request_title.yml index 42146a085..febf1d79a 100644 --- a/.github/workflows/pull_request_title.yml +++ b/.github/workflows/pull_request_title.yml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3.8.2 with: - node-version: 18 + node-version: 20 check-latest: true cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8c61b1bd..d31bfdd91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3.8.2 with: - node-version: 18 + node-version: 20 cache: 'pnpm' - run: pnpm install - name: Create Release Pull Request or Publish to npm