Skip to content

Commit

Permalink
Replace Node 10 with Node 16 in CI (#177)
Browse files Browse the repository at this point in the history
Node 10 is now out of LTS support period and no longer supported,
so we drop support also. Replaced with the new LTS, Node 16.

Signed-off-by: Liam McLoughlin <[email protected]>
  • Loading branch information
Hexxeh authored Nov 1, 2021
1 parent f42c21c commit 9dcf9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node_version: [10, 12, 14]
node_version: [12, 14, 16]
name: ${{ matrix.os }} / Node v${{ matrix.node_version }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 9dcf9f7

Please sign in to comment.