From 4f2914378a0fb3cafa4f06454c5c27cb69885881 Mon Sep 17 00:00:00 2001 From: phn210 Date: Fri, 8 Mar 2024 03:29:19 +0100 Subject: [PATCH] fix CI config --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5e7cae..238d4ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,10 @@ jobs: matrix: node-version: [14.x, 16.x, 18.x, 20.x] steps: - - uses: actions/checkout@v3 - name: Clean global cache run: npm cache clean --force - name: Set up Node - uses: ./ + uses: actions/checkout@v3 with: node-version: ${{ matrix.node-version }} cache: 'npm'