From 6ca4dd748590cf9ed67992025d1cf9a34e68411c Mon Sep 17 00:00:00 2001 From: Garry Trinder Date: Tue, 13 Feb 2024 21:52:22 +0000 Subject: [PATCH] Update Node.js version to 21.x (#45) --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'