Skip to content

Commit 0440c4c

Browse files
committed
Cap node version to 12
Node 17 and superior break compilation Signed-off-by: Louis Chemineau <louis@chmn.me>
1 parent 5c0c346 commit 0440c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"extends @nextcloud/browserslist-config"
136136
],
137137
"engines": {
138-
"node": ">=10.0.0"
138+
"node": "^12.0.0"
139139
},
140140
"jest": {
141141
"moduleFileExtensions": [
@@ -150,4 +150,4 @@
150150
"^.+\\.vue$": "vue-jest"
151151
}
152152
}
153-
}
153+
}

0 commit comments

Comments
 (0)