diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 420addf..6935370 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,18 +24,18 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@v4 - - name: Install pnpm - uses: pnpm/action-setup@v3 - with: - version: 9 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - cache: 'pnpm' - - name: Install dependencies - run: pnpm install + - uses: actions/checkout@v4 + - name: Install pnpm + uses: pnpm/action-setup@v3 + with: + version: 9 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + cache: 'pnpm' + - name: Install dependencies + run: pnpm install matrix: node-version: [20] settings: