From 685c46d9235b2fbaad3bed81f2b188b5fa6ac99b Mon Sep 17 00:00:00 2001 From: Tate Berenbaum Date: Fri, 12 Jan 2024 14:16:45 -0500 Subject: [PATCH] fix(linter): update node version --- .github/workflows/linter.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 119a5c30..500f6799 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -11,7 +11,9 @@ jobs: uses: actions/checkout@v2 - name: Setup node - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 + with: + node-version: 20 - name: Install yarn run: npm i -g yarn