Skip to content

Commit 91e16cc

Browse files
committed
Fix formatting
1 parent 11e3114 commit 91e16cc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,19 @@ jobs:
112112
runs-on: ubuntu-latest
113113
strategy:
114114
matrix:
115-
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x]
115+
node-version: [
116+
14.x,
117+
15.x,
118+
16.x,
119+
17.x,
120+
18.x,
121+
19.x,
122+
20.x,
123+
21.x,
124+
22.x,
125+
23.x,
126+
24.x,
127+
]
116128
steps:
117129
- name: Checkout repo
118130
uses: actions/checkout@v4

0 commit comments

Comments
 (0)