From 8862a25074b3bfa154a0c31c6b9e0fa33cde882d Mon Sep 17 00:00:00 2001 From: katamartin Date: Mon, 1 Jul 2024 17:07:37 -0400 Subject: [PATCH] Update node versions in build to match Vercel --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c8464f7..8d08a099 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [16.x, 18.x] steps: - uses: actions/checkout@v2