Skip to content

Commit 9dcf9f7

Browse files
authored
Replace Node 10 with Node 16 in CI (#177)
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]>
1 parent f42c21c commit 9dcf9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [macos-latest, ubuntu-latest, windows-latest]
15-
node_version: [10, 12, 14]
15+
node_version: [12, 14, 16]
1616
name: ${{ matrix.os }} / Node v${{ matrix.node_version }}
1717
runs-on: ${{ matrix.os }}
1818
steps:

0 commit comments

Comments
 (0)