From 703933f44ce1b0d0301fc51392f9ae5c7e548b08 Mon Sep 17 00:00:00 2001 From: Rajeh Taher Date: Sat, 27 Jul 2024 17:17:28 +0300 Subject: [PATCH] fix(master): update linting workflow to node 20 (current LTS) --- .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 487816a..2982952 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: - name: Install Node uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 20.x - name: Install packages run: yarn