replace node v10 with v16 in github workflow

This commit is contained in:
Karsten Hassel 2021-04-26 22:13:44 +02:00
parent aa3848f420
commit bd908123c2
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [10.x, 12.x, 14.x] node-version: [12.x, 14.x, 16.x]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}

View File

@ -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). - Bump node-ical to v0.13.0 (now last runtime dependency using deprecated `request` package is removed).
- Use codecov in informational mode - Use codecov in informational mode
- Refactor code into es6 where possible (e.g. var -> let/const) - Refactor code into es6 where possible (e.g. var -> let/const)
- Use node v16 in github workflow (replacing node v10)
### Removed ### Removed