From bb7f7c44bf12ef9c7f3f7ee37e1c6207485ae261 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 3 May 2023 03:01:07 +0700 Subject: [PATCH] Fix CI --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 495ba52..08bdbd5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,16 +10,16 @@ jobs: fail-fast: false matrix: node-version: + - 20 + - 18 - 16 - - 14 - - 12 os: - ubuntu-latest - macos-latest - windows-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install