From 4f8049bd412f1977adfd441bc45d361e9b4514a8 Mon Sep 17 00:00:00 2001 From: Alexander Alemayhu Date: Thu, 17 Oct 2024 04:18:40 +0200 Subject: [PATCH] feat: upgrade to latest Node LTS Should fix: > npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@typescript-eslint/eslint-plugin@8.9.0', npm WARN EBADENGINE required: { node: '^18.18.0 || ^20.9.0 || >=21.1.0' }, npm WARN EBADENGINE current: { node: 'v18.16.1', npm: '9.5.1' } npm WARN EBADENGINE } --- .github/workflows/build-server.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-server.yml b/.github/workflows/build-server.yml index a7217dc88..9756f6b1b 100644 --- a/.github/workflows/build-server.yml +++ b/.github/workflows/build-server.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [18.16.1] + node-version: [20.18.0] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c1081d8aa..88d60bd9d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [18.16.1] + node-version: [20.18.0] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 71f1bca76..b7e5db99e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.16.1] + node-version: [20.18.0] steps: - uses: actions/checkout@v3