From b57d3d2f2f34174e295f27c6f580db04205eb363 Mon Sep 17 00:00:00 2001 From: Ross Williams Date: Thu, 27 Jul 2023 12:25:06 +0100 Subject: [PATCH] fix: set pr github runner to node 18 matching other runners and project --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 49a25fa..17a3075 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 with: - node-version: 16 + node-version: "18.7" cache: "npm" - run: npm ci - run: npm test