From a0c81b97ea4c1178c004ada7528652cbe25dc0f7 Mon Sep 17 00:00:00 2001 From: Ville Brofeldt Date: Thu, 23 Sep 2021 14:23:41 +0300 Subject: [PATCH] chore: upgrade to Node 16 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce8d6f9365..5c6b8caf10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: CODECOV_TOKEN: '${{ secrets.CODECOV_TOKEN }}' strategy: matrix: - node-version: [14.x] + node-version: [16] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f26f1bc004..6ecb78ff45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16] steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 1e361be874..33b212da89 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "yargs": "^15.4.1" }, "engines": { - "node": "14.x", + "node": "^16.9.1", "npm": "^7.5.4", "yarn": ">=1.13.0" },