Skip to content

Commit 373b623

Browse files
authored
update node versions for testing (#260)
* update node versions for testing Update node versions to latest LTS versions
1 parent 45c353a commit 373b623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ${{ matrix.os }}
4747
strategy:
4848
matrix:
49-
node-version: [10.x, 12.x, 14.x, 16.x]
49+
node-version: [14.x, 16.x]
5050
os: [ubuntu-latest, windows-latest, macos-latest]
5151

5252
steps:

0 commit comments

Comments
 (0)