From 0de6d009c34405173bda919e38df27e4ae154083 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 28 Jul 2023 20:57:48 +0200 Subject: [PATCH] Fix CI --- .github/workflows/main.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bafbe5e..1ed55d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,10 +10,12 @@ jobs: fail-fast: false matrix: node-version: - - 14 + - 20 + - 18 + - 16 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install