Skip to content

Commit

Permalink
Merge pull request #3836 from 18F/beechnut/node-upgrade
Browse files Browse the repository at this point in the history
Upgrade node version
  • Loading branch information
beechnut authored May 21, 2024
2 parents 56e2843 + abb0c3e commit e0f498d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "tests"
},
"engines": {
"node": ">=10.14"
"node": ">=18.7",
"npm": ">=7.24"
},
"scripts": {
"federalist": "npm run uswds-build && mkdir ./.bundle && echo '---\nBUNDLE_GEMFILE: \"GemfileFederalist\"' > ./.bundle/config",
Expand Down

0 comments on commit e0f498d

Please sign in to comment.