mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Merge pull request #2557 from khassel/node16
This commit is contained in:
commit
f29c911a0f
2
.github/workflows/node-ci.js.yml
vendored
2
.github/workflows/node-ci.js.yml
vendored
@ -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 }}
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user