From a87eac9f1b187456706eb71e2808a22f4cc45c9f Mon Sep 17 00:00:00 2001 From: Scott Christley Date: Thu, 17 Oct 2024 17:05:12 -0500 Subject: [PATCH] try again --- .github/workflows/node.js.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 169b4f95..31f309b3 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -9,15 +9,15 @@ on: pull_request: branches: [ "master" ] -defaults: - run: - working-directory: lang/js - jobs: build: runs-on: ubuntu-latest + defaults: + run: + working-directory: lang/js + strategy: matrix: node-version: [18.x, 20.x, 22.x] @@ -29,6 +29,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} +# cache: 'npm' - run: npm ci - run: npm run build --if-present - run: npm test