diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 1e08f7b..6ce13ad 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,4 +1,4 @@ -name: Function tests with Jest +name: Tests on: push: @@ -21,7 +21,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - - name: Install package.json dependencies with pnpm + - name: Install package.json dependencies with npm run: npm install - name: Test with Jest