diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1a275b34..5f478170 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 + with: + version: 9.3.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: @@ -43,6 +45,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 + with: + version: 9.3.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: @@ -63,6 +67,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 + with: + version: 9.3.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: @@ -81,6 +87,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 + with: + version: 9.3.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: