From 53f285d452b031ce5b5d42edf24bb9d2a601cf49 Mon Sep 17 00:00:00 2001 From: Ludovico Fischer Date: Wed, 24 Apr 2024 22:55:08 +0200 Subject: [PATCH] chore: drop Node.js 14 and 16 from CI, add 22 --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d36188cc6..c51cfc694 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v3.0.0 with: - version: 7.33.6 + version: 9.0.6 - name: Install Node.js 20.x uses: actions/setup-node@v4.0.2 with: @@ -36,7 +36,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v3.0.0 with: - version: 7.33.6 + version: 9.0.6 - name: Install Node.js 20.x uses: actions/setup-node@v4.0.2 with: @@ -54,8 +54,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13, windows-latest, ubuntu-latest] - node-version: ['14', '16', '18', '20'] + os: [macos-latest, windows-latest, ubuntu-latest] + node-version: ['18', '20', '22'] steps: - name: Setup Git @@ -67,7 +67,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v3.0.0 with: - version: 7.33.6 + version: 9.0.6 - name: Install Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4.0.2