diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index e8c852e..2618696 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -47,7 +47,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: ["20.x"] + node-version: ["22"] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}