From 9233d2daab06c016b8f51aa5b189eea0708564a3 Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Mon, 4 Sep 2023 12:45:11 -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