Skip to content

Commit 8520d82

Browse files
drop support for node 10 in CI
Support all modern node versions from 12.x through to 19
1 parent 8a5bfee commit 8520d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: '*'
99
pull_request:
1010
branches: [ master ]
1111

@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x]
19+
node-version: [12.x, 14.x, 16.x, 17.x, 18.x, 19.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)