mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-25 04:24:43 -04:00
Merge pull request #1492 from hedgedoc/ci/remove_node_15
CI: Stop running tests with Node.js 15
This commit is contained in:
commit
3c00ffa456
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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x, 14.x, 15.x, 16.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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue