Skip to content

Commit b48d1ef

Browse files
Test newer versions of Node
Test Node 16 instead of Node 14. Also test the latest LTS release.
1 parent 12433aa commit b48d1ef

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
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [12.x, 14.x]
21+
node-version: [12.x, 16.x, lts/*]
2222

2323
steps:
2424
- name: Checkout repository

0 commit comments

Comments
 (0)