Skip to content

Commit

Permalink
Merge pull request #1157 from HubSpot/bump_node_version
Browse files Browse the repository at this point in the history
chore: Bump node version to >=18
  • Loading branch information
brandenrodgers authored Sep 9, 2024
2 parents 1b0c77f + 0714baa commit b533db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
- name: Install Yarn
run: npm install -g yarn
- name: Install deps
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"mock-stdin": "^1.0.0"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"bin": {
"hs": "./bin/hs",
Expand Down

0 comments on commit b533db6

Please sign in to comment.