Skip to content

Commit

Permalink
chore: Update node version to 18 in package.json (#1427)
Browse files Browse the repository at this point in the history
Since we're now on node 18 in our CI and dependencies.
  • Loading branch information
jeremytchang committed Feb 23, 2024
1 parent 4cd2e68 commit a2ff13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/looker-open-source/sdk-codegen/issues"
},
"engines": {
"node": ">=14",
"node": ">=18",
"yarn": ">=1.22.0"
},
"scripts": {
Expand Down

0 comments on commit a2ff13b

Please sign in to comment.