From 30b4077973c2b6aaabccb1deff3c5228891d8df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sat, 4 Sep 2021 15:02:14 +0200 Subject: [PATCH] chore: bump supported node version BREAKING CHANGE: Requires Node@^12.22.x || ^14.17.x || >=16.x --- .github/workflows/pipeline.yml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index dd771bb2..893fcfe9 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -29,7 +29,7 @@ jobs: - name: Use Node uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Install dependencies uses: bahmutov/npm-install@v1 @@ -51,7 +51,7 @@ jobs: strategy: matrix: - node: [10.12, 10, '12.0', 12, 14, 16] + node: [12.22.0, 12, 14.17.0, 14, '16.0', 16] eslint: [7.5, 7] steps: @@ -96,7 +96,7 @@ jobs: - name: Use Node uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Install dependencies uses: bahmutov/npm-install@v1 diff --git a/package.json b/package.json index 0a59a6b7..7a6b6499 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint": "^7.5.0" }, "engines": { - "node": "^10.12.0 || >=12.0.0", + "node": "^12.22.0 || ^14.17.0 || >=16.0.0", "npm": ">=6" }, "license": "MIT"