From 27da1a26f10d0fd2d270bcd6a372079fce8a5766 Mon Sep 17 00:00:00 2001 From: phn210 Date: Fri, 8 Mar 2024 03:40:02 +0100 Subject: [PATCH] fix CI config --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a2585d..d14f3a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: test: runs-on: [ubuntu-latest, windows-latest, macOS-latest] timeout-minutes: 10 - strategy: - matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + strategy: + matrix: + node-version: [14.x, 16.x, 18.x, 20.x] steps: - name: Clean global cache run: npm cache clean --force