From 64a99243b38b1f4ccdc2b35c4c5b2f299ce8c1a5 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Wed, 6 Aug 2025 11:04:41 +0200 Subject: [PATCH] update ci --- .github/workflows/main.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8965419..8383605 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: - node: [20.x, 18.x, 16.x] + node: [24.x, 22.x, 20.x, 18.x] env: CI: true @@ -21,14 +21,6 @@ jobs: with: node-version: ${{ matrix.node }} - - name: Use cached node_modules - uses: actions/cache@v2 - with: - path: node_modules - key: nodeModules-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - nodeModules- - - name: Install dependencies run: yarn install --frozen-lockfile