diff options
author | David Mehren | 2021-04-25 20:10:46 +0200 |
---|---|---|
committer | GitHub | 2021-04-25 20:10:46 +0200 |
commit | c8e2117452c905a75c4644e4e2c2dea95aaa8f81 (patch) | |
tree | 8f70b9b4efba9279f7289ab3024243567c0ef298 /.github/workflows | |
parent | dcf72148cebd817399fc0e6067709281fdf2dac9 (diff) | |
parent | d52a43e81110126e900fbeb46f2255c1375520ce (diff) |
Merge pull request #1167 from hedgedoc/maintenance/master/remove_node_10
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/node.js.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ad7fe8be..791b29d8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x, 16.x] + node-version: [12.x, 14.x, 15.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x, 16.x] + node-version: [12.x, 14.x, 15.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} |