We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2333f86 commit 304266fCopy full SHA for 304266f
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
matrix:
32
os: [ubuntu-latest]
33
- node: [14, 16, 17, 18]
+ node: [16, 18, 20]
34
steps:
35
- name: Checkout
36
uses: actions/checkout@v3
@@ -52,8 +52,8 @@ jobs:
52
53
54
55
- eslint: [5, 6, 7]
56
- node: [14]
+ eslint: [5, 6, 7, 8]
+ node: [16]
57
58
59
.node-version
@@ -1 +1 @@
1
-18
+20
0 commit comments