Skip to content

Commit dc56cee

Browse files
authored
Updated NodeJS versions to current stable releases (#1775)
1 parent 8236921 commit dc56cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest]
13-
node-version: [10.x, 12.x, 13.x]
13+
node-version: [10.x, 12.x, 14.x, 16.x]
1414

1515
steps:
1616
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)