diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e83bc89..64727d4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 21.x - run: npm install - run: xvfb-run -a npm test if: runner.os == 'Linux'