From 4ea81f8826968a40ce9b604773d4a96bd8823388 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Wed, 2 Oct 2024 07:07:34 +0200 Subject: [PATCH] Fix --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d127c5..eeef909 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,8 +26,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node }} - uses: bahmutov/npm-install@v1 - run: npm run build - run: npm run test