diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3bb78db..08b0967 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: ["master"] + branches: ['master'] pull_request: - branches: ["master"] + branches: ['master'] jobs: build: @@ -24,7 +24,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: "npm" + cache: 'npm' - run: npm ci - run: npm run build --if-present - run: npm test