From 5b63c7f6f01c9ed0ab82c8c58bf8b03b01bb91fa Mon Sep 17 00:00:00 2001 From: JacopoPatroclo Date: Wed, 21 Feb 2024 22:57:38 +0100 Subject: [PATCH] pnpm require node 16 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cec239b..9081b2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x] os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v2