From 381f01240255b7fca0dcd9d4fd5eb9fa2fe7e627 Mon Sep 17 00:00:00 2001 From: Maxim Belov Date: Mon, 11 Nov 2024 11:10:28 +0200 Subject: [PATCH] chore: update node-version from 16 to 20 (#4845) --- .github/workflows/nodejs.yml | 2 +- .github/workflows/npmpublish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index eb4420c175..c876de29a6 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - uses: actions/checkout@v4.2.2 diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 74b428f042..571e77950c 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4.2.2 - uses: actions/setup-node@v4.1.0 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm ci - name: Build @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4.2.2 - uses: actions/setup-node@v4.1.0 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run shipit