From bdfa296e3aa4f861bb14c5862246c9b8dbc2e5cc Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Wed, 6 Apr 2022 10:58:18 -0700 Subject: [PATCH] tweaked npm commands --- .github/workflows/node.js.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e663e3f..2d136fd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,12 +25,10 @@ jobs: steps: - uses: actions/checkout@v3 - - run: ls -la - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: 'npm' - run: npm ci - run: npm run build --if-present - run: npm test