From ea1a5af849ff9789cf9eb20be1f742e7f358dfec Mon Sep 17 00:00:00 2001 From: handreyrc Date: Thu, 23 Oct 2025 09:57:23 -0400 Subject: [PATCH] Update CI node version Signed-off-by: handreyrc --- .github/workflows/node-ci.yml | 2 +- .github/workflows/npmjs-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 7fe57b39..a685726a 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [20.x, 22.x] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/npmjs-release.yml b/.github/workflows/npmjs-release.yml index 2adee8a9..6fbf07c7 100644 --- a/.github/workflows/npmjs-release.yml +++ b/.github/workflows/npmjs-release.yml @@ -11,7 +11,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v2 with: - node-version: '15.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm test