Skip to content

Commit a77c6e0

Browse files
committed
ci: drop node 12
1 parent 46fd5e1 commit a77c6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
test:
2929
strategy:
3030
matrix:
31-
node: [10, 12, 14]
31+
node: [12, 14, 16]
3232
eslint: [3, 4, 5, 6, 7]
3333
runs-on: ubuntu-latest
3434
steps:

0 commit comments

Comments
 (0)