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