Skip to content

Commit b0fa68c

Browse files
committed
build: update Node.js versions on CI matrix
PR-URL: #330 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent c981f7f commit b0fa68c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/push.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
node:
19-
- version: 8.x
2019
- version: 10.x
21-
- version: 11.x
20+
- version: 12.x
2221
- version: 14.x
2322
mirror: https://nodejs.org/download/nightly
2423
- version: 14.x

0 commit comments

Comments
 (0)