summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mehren2021-04-22 21:06:24 +0200
committerGitHub2021-04-22 21:06:24 +0200
commit5cef3d4ac7cc4a40e7c7c6d8f6cc4db1cf9f53ef (patch)
treedb62d86a5057fc1433fbedc27e0aa92843d6a380
parent2b105c4652906a6abe7106ee88dbc9ccf8f83f1b (diff)
parent26f79c1d986f5c00e1fc63fe81fab05814c77683 (diff)
Merge pull request #1166 from hedgedoc/maintenance/master/node_16
CI: Run tests with Node.js 16 [master]
-rw-r--r--.github/workflows/node.js.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 7a42a311..ad7fe8be 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]
+ node-version: [10.x, 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]
+ node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}