aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2022-03-01 20:26:41 +0100
committerMichael Muré <batolettre@gmail.com>2022-03-01 20:26:41 +0100
commit03ad448c9fbbacb7da3640ce3dc1dc84e1523b58 (patch)
tree64fdf6e2ca2b02923b6a53f770f168a5648afc1a /.github
parent5f35db2275ea49abf8459c1e34568ce9a4e8dd09 (diff)
downloadgit-bug-03ad448c9fbbacb7da3640ce3dc1dc84e1523b58.tar.gz
CI: update nodejs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nodejs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index d7a69c8e..fffff896 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
- node-version: [10.x, 12.x, 14.x]
+ node-version: [12.x, 14.x, 16.x]
steps:
- name: Setup Node.js ${{ matrix.node-version }}