diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3341ea3..84c12a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: node-version: [ 16.x ] steps: - uses: actions/checkout@v2 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.1.0 with: version: 6.20.3 - name: Use Node.js ${{ matrix.node-version }}