Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 0b9a572

Browse files
committed
ci: use only Node.js 16 so renovate does not act up
See https://github.com/renovatebot/renovate/issues/12263\#issuecomment-950183023
1 parent cc2fc86 commit 0b9a572

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
@@ -38,8 +38,8 @@
3838
]
3939
},
4040
"engines": {
41-
"node": ">=16.0.0",
42-
"npm": ">=7.0.0"
41+
"node": "16",
42+
"node": "7"
4343
},
4444
"release": {
4545
"branches": [

0 commit comments

Comments
 (0)