diff --git a/.github/workflows/modal-controller-CI.yml b/.github/workflows/modal-controller-CI.yml index 74822f6..236bf73 100644 --- a/.github/workflows/modal-controller-CI.yml +++ b/.github/workflows/modal-controller-CI.yml @@ -20,13 +20,14 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: pnpm/action-setup@v2 + with: + version: 8.15.5 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' - - name: pnpm install - run: npm i -g pnpm - name: Install dependencies run: pnpm install