From 62cee248b6be610346424a0d8b8f4c29d30b0608 Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Fri, 20 Dec 2024 12:51:26 -0800 Subject: [PATCH] +node 23,16 --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 56a392b..f5cfe24 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [22, 20, 18] + node-version: [23, 22, 20, 18, 16] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e26dd0a..87e6393 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -5,7 +5,7 @@ jobs: runs-on: macOS-latest strategy: matrix: - node-version: [22, 20, 18] + node-version: [23, 22, 20, 18, 16] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}