Skip to content

Commit 7e724a4

Browse files
committed
fix: add eslint-plugin-standard to Node.js failure versions
1 parent 32fb700 commit 7e724a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ jobs:
110110

111111
- name: Node.js 12.x
112112
node-version: "12"
113-
113+
114114

115115
- name: Node.js 13.x
116116
node-version: "13"
117-
118-
117+
119118
- name: Node.js 14.x
120119
node-version: "14"
120+
121121

122122
- name: Node.js 15.x
123123
node-version: "15"

0 commit comments

Comments
 (0)