We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b50079 commit bbcfcbfCopy full SHA for bbcfcbf
.github/workflows/CI.yml renamed to .github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
strategy:
42
matrix:
43
eslint: [8]
44
- node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18]
+ node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18, 20]
45
os: [ubuntu-latest]
46
include:
47
# On other platforms
0 commit comments