Merge pull request #1492 from hedgedoc/ci/remove_node_15

CI: Stop running tests with Node.js 15
This commit is contained in:
David Mehren 2021-08-01 18:09:03 +02:00 committed by GitHub
commit 3c00ffa456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}