From b38117da39187cadd10c6041c9f06df0db5dd75e Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Mon, 4 Sep 2023 12:44:38 -0300 Subject: [PATCH] ci: upgrade to using node 18 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d5416ee..1a4d4be1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 18 cache: "yarn" - name: Install deps @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 18 cache: "yarn" - name: Install deps