diff options
author | Michael Muré <batolettre@gmail.com> | 2022-03-01 20:26:41 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2022-03-01 20:26:41 +0100 |
commit | 03ad448c9fbbacb7da3640ce3dc1dc84e1523b58 (patch) | |
tree | 64fdf6e2ca2b02923b6a53f770f168a5648afc1a /.github/workflows/nodejs.yml | |
parent | 5f35db2275ea49abf8459c1e34568ce9a4e8dd09 (diff) | |
download | git-bug-03ad448c9fbbacb7da3640ce3dc1dc84e1523b58.tar.gz |
CI: update nodejs
Diffstat (limited to '.github/workflows/nodejs.yml')
-rw-r--r-- | .github/workflows/nodejs.yml | 2 |
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 }} |