From 97e4f0f5ad68f92dff5c32ebd84ca55077df0085 Mon Sep 17 00:00:00 2001 From: Barry Nolte Date: Tue, 23 Apr 2024 12:01:30 -0700 Subject: [PATCH] Update ci.yml Need to update node version to get eslint and prettier updates to work. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 651627c..41847ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: '16.x' + node-version: '20.x' - name: Install dependencies run: yarn install --frozen-lockfile - run: COLOR=1 ./make.sh