From 2f1bcc46f248bd80b30b29d48ab3cb999caa1537 Mon Sep 17 00:00:00 2001 From: Marshall Sorenson Date: Tue, 4 Jun 2024 14:37:45 -0400 Subject: [PATCH] chore: bump ci node version to 18 --- .github/workflows/ci-pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr-test.yml b/.github/workflows/ci-pr-test.yml index 8f0d1a22..ed12cfc1 100644 --- a/.github/workflows/ci-pr-test.yml +++ b/.github/workflows/ci-pr-test.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v2