diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afaa6d7..530e95b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,15 +16,13 @@ jobs: - 1433:1433 strategy: matrix: - node-version: [18.x] + node-version: [20.x, 22.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - - uses: pnpm/action-setup@v2.2.2 - with: - version: 7.12.2 + - uses: pnpm/action-setup@v4 - run: pnpm i - run: pnpm t