Skip to content

Commit fc135b6

Browse files
Merge pull request #27 from opensource254/update-ci-node-version
drop support for node 10 in CI
2 parents 8a5bfee + 8520d82 commit fc135b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)