diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44ef80f..6cad0e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.4.1 with: version: '6' - name: Setup Node