From b9d2429e6fda66f10ebfbae30435509a682fa329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=C3=A1nh=20Ho=C3=A0ng?= Date: Mon, 26 Feb 2024 08:57:47 +0700 Subject: [PATCH] feat!(node): drop support for Node version < 18 --- .github/workflows/npm-publish.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ad3b76d4..cdd3f131 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [12, 13, 14, 15] + node: [18, 20, 21] steps: - uses: actions/checkout@v2.3.4 - name: Set up Node.js ${{matrix.node}} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d0d162c..7b8875f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [12, 13, 14, 15] + node: [18, 20, 21] steps: - uses: actions/checkout@v2.3.4 - name: Set up Node.js ${{matrix.node}}