Skip to content

Commit 0944dcc

Browse files
Pin Node.js to 20.18.3 (#202)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 8a43122 commit 0944dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "pnpm --filter={packages/*} run test"
1616
},
1717
"engines": {
18-
"node": "^20.0.0",
18+
"node": "20.18.3",
1919
"pnpm": "^8.15.9",
2020
"npm": "not-supported.please-use-pnpm-instead"
2121
},

0 commit comments

Comments
 (0)