From ca3f2f4f8471178aaf3aa48c6e1b0ff58df415d8 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 15 Jan 2024 09:54:08 +0100 Subject: [PATCH] ci: update node and pnpm --- .github/workflows/test-e2e-composable.yml | 4 ++-- .github/workflows/test-e2e-options.yml | 4 ++-- .github/workflows/test-e2e-ssr.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-e2e-composable.yml b/.github/workflows/test-e2e-composable.yml index 8d2c46aa..0f1cab14 100644 --- a/.github/workflows/test-e2e-composable.yml +++ b/.github/workflows/test-e2e-composable.yml @@ -28,12 +28,12 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 8.6.2 + version: 8.14.1 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/test-e2e-options.yml b/.github/workflows/test-e2e-options.yml index 5e3ec4dd..56f4f209 100644 --- a/.github/workflows/test-e2e-options.yml +++ b/.github/workflows/test-e2e-options.yml @@ -28,12 +28,12 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 8.6.2 + version: 8.14.1 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/test-e2e-ssr.yml b/.github/workflows/test-e2e-ssr.yml index 06acb621..21e02ed2 100644 --- a/.github/workflows/test-e2e-ssr.yml +++ b/.github/workflows/test-e2e-ssr.yml @@ -28,12 +28,12 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 8.6.2 + version: 8.14.1 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bac1ac91..a6222407 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,12 +25,12 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 8.6.2 + version: 8.14.1 - name: Get pnpm store directory id: pnpm-cache