From 0f221e4621ac136dfc0d5523919f7fcb4a92e35f Mon Sep 17 00:00:00 2001 From: Alexandr Borisov Date: Wed, 29 May 2024 12:45:53 +0300 Subject: [PATCH] Update nodejs versions on CI --- .github/workflows/node.js.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f67990c..41e0703 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - node-version: [8.x, 14.x, 16.x, 18.x] + node-version: [22.x, 23.x, 24.x] axios-version: [0, 1] env: AXIOS_VERSION: ${{ matrix.axios-version }} @@ -28,6 +28,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' + - run: npm --version - run: npm ci - run: npm test - run: npm run lint