From 96caf461e6ab157416b9bc36435a0ad2d5be8370 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 15 Nov 2024 13:24:08 -0800 Subject: [PATCH] use node 20 for the linter --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3b8f93ec1..807c1682c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Set up yarn network timeout run: yarn config set network-timeout 1000000 -g