From 97d25ead0be4be64701403ad203f9cab082a82eb Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 10 Oct 2023 08:47:46 -0700 Subject: [PATCH] Update Github Workflow to use Node 18 --- .github/workflows/ci.yml | 2 +- .github/workflows/pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59b1358..e2a8119 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: npm ci - run: script/build - run: npm exec -- prettier --check src diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ebbee13..8eb02c7 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -32,7 +32,7 @@ jobs: - name: install node v16 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install Yarn with NPM run: npm install -g yarn - name: yarn install