From 65dfc5d4f96f49e1cc5c21c99f5f3e1ae3d82c66 Mon Sep 17 00:00:00 2001 From: Ido Rosenthal Date: Tue, 19 Sep 2023 11:46:46 +0300 Subject: [PATCH] ci: remove npm@8 installation in tests job --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b976a2518..3b42785bc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,6 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: npm - - run: npm i -g npm@8 - run: npm ci - run: npm run build - run: npm run lint