mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-01 23:40:56 +00:00
CI: Stop running tests with Node.js 15
Node 15 is EOL since 01 Jun 2021. See https://endoflife.date/nodejs Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
be07e047f8
commit
2d3a62b358
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nest.js.yml
vendored
2
.github/workflows/nest.js.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 15.x, 16.x ]
|
||||
node-version: [12.x, 14.x, 16.x ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
|
Loading…
Reference in a new issue