From 42ef5eb831afdafa50663865e903b10d18eb9239 Mon Sep 17 00:00:00 2001 From: Erin Date: Mon, 4 Sep 2023 16:28:23 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20update=20node=20version=20in=20b?= =?UTF-8?q?uild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3db5e5c..b41e37d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '16.7' + node-version: '18.5' cache: 'npm' - name: Build and Test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3e8ffd..106e4fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '16.7' + node-version: '18.5' cache: 'npm' # Create release notes