diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 490e57d..6e2d02e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install node - uses: actions/setup-node@v3.5.0 + uses: actions/setup-node@v3 with: node-version: "12" - run: npm ci