CI: upgrade NodeJS (10.x → 14.x)
NodeJS 10 is reaching end of life soon (30 April 2021), it's time to move to the active LTS version: NodeJS 14. https://nodejs.org/en/about/releases/
This commit is contained in:
parent
0bb97fdb9d
commit
ac6004e5ad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-test.yml
vendored
2
.github/workflows/ci-test.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
node:
|
||||
- '10.x'
|
||||
- '14.x'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue