Skip to content

Commit 246ff7c

Browse files
committed
Update node versions in CI tests
1 parent 69bbcfd commit 246ff7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
strategy:
101101
fail-fast: false
102102
matrix:
103-
node-version: ['14', '12', '10']
103+
node-version: [16.x, 14.x, 12.x]
104104

105105
steps:
106106
- name: Checkout Code

0 commit comments

Comments
 (0)