From bd908123c219e0676165079d480997d1d49d0bbc Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Mon, 26 Apr 2021 22:13:44 +0200 Subject: [PATCH] replace node v10 with v16 in github workflow --- .github/workflows/node-ci.js.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node-ci.js.yml b/.github/workflows/node-ci.js.yml index 7f6f23b1..3634a728 100644 --- a/.github/workflows/node-ci.js.yml +++ b/.github/workflows/node-ci.js.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 261cf696..0815a9ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ _This release is scheduled to be released on 2021-04-01._ - Bump node-ical to v0.13.0 (now last runtime dependency using deprecated `request` package is removed). - Use codecov in informational mode - Refactor code into es6 where possible (e.g. var -> let/const) +- Use node v16 in github workflow (replacing node v10) ### Removed