From 28012c1054a97ce961fb75c6409fc0621399111b Mon Sep 17 00:00:00 2001 From: andyrooger <420834+andyrooger@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:27:17 +0000 Subject: [PATCH] chore(ci): only install test deps once --- .github/workflows/cicd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 995e668..79e0b61 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,6 @@ jobs: with: node-version: ${{ matrix.node }} cache: npm - - run: npm ci - run: npm install --omit=dev --ignore-scripts working-directory: test/fixtures/workspace - run: npm run tape @@ -34,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Use Node.js 14 + - name: Use Node.js 20 uses: actions/setup-node@v3 with: node-version: '20'