From f28ca0797fc2ffe655389070d82e5ee50744b0ef Mon Sep 17 00:00:00 2001 From: Rob Anderson Date: Wed, 27 Sep 2023 01:49:53 -0400 Subject: [PATCH] no need to install npm in test workflow (#75) --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88b7a7e..09c6e91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,5 @@ jobs: node-version: 16 check-latest: true cache: npm - - run: npm install -g npm - run: npm ci - run: npm test