From 64782d562c74b383517f4aee40fefcac9a026c62 Mon Sep 17 00:00:00 2001 From: Nelson Chan Date: Sat, 30 Mar 2024 04:44:52 +0800 Subject: [PATCH] Use Node 20 to run lint? --- .github/workflows/auto-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 8933464f..09278e56 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -69,10 +69,10 @@ jobs: - run: git config --global core.autocrlf false # Mainly for Windows - uses: actions/checkout@v4 - - name: Use Node.js 14 + - name: Use Node.js 20 uses: actions/setup-node@v4 with: - node-version: 14 + node-version: 20.5 - run: npm ci - run: npm run lint:prod