From 3523b0fd9825bb9dc8be3ef8edc8dace5f0b9c50 Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Sun, 1 Oct 2023 04:46:39 +0000 Subject: [PATCH] chore(node): drop Node 16 BREAKING CHANGE Node 16 EOL 2023-09-11 --- .github/workflows/tester.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 708e524..3575050 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: ["16", "18", "20"] + node-version: ["18", "20"] fail-fast: false steps: - uses: actions/checkout@v3 @@ -33,7 +33,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: ["16.x"] + node-version: ["18.x"] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package.json b/package.json index 34ca7d5..4db1a23 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "jest" }, "engines": { - "node": ">= 16.13.0" + "node": ">= 18.12.0" }, "author": "curben", "license": "MIT",