Skip to content

Commit a2ff13b

Browse files
authored
chore: Update node version to 18 in package.json (#1427)
Since we're now on node 18 in our CI and dependencies.
1 parent 4cd2e68 commit a2ff13b

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
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/looker-open-source/sdk-codegen/issues"
2020
},
2121
"engines": {
22-
"node": ">=14",
22+
"node": ">=18",
2323
"yarn": ">=1.22.0"
2424
},
2525
"scripts": {

0 commit comments

Comments
 (0)