diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b68cec9..ca68e13 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - - name: Use Node.js 20 + - name: Use Node.js 22 uses: actions/setup-node@v4 with: node-version: 22 @@ -29,4 +29,4 @@ jobs: run: pnpm format:check - name: Run Tests - run: pnpm test \ No newline at end of file + run: pnpm test