From cffb537aa11d88f7a6b1be95c3fce67e24cf10cd Mon Sep 17 00:00:00 2001 From: Don Date: Mon, 19 Jun 2023 13:07:49 -0500 Subject: [PATCH] chore: update main.yml node version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2be2f263b..376aadb4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: - name: tests uses: actions/setup-node@v1 with: - node-version: '14.19.0' + node-version: '16.17.0' - run: yarn install - run: yarn test - run: yarn lint