Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node version to 22.8.0 #44

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update node version to 22.8.0
rahearn committed Oct 3, 2024

Verified

This commit was signed with the committer’s verified signature.
rahearn Ryan Ahearn
commit 3265cc39c508eb86b6b4fb9608a86976ea6a5f17
2 changes: 1 addition & 1 deletion .github/actions/setup-languages/action.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ runs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: '22.3.0'
node-version: '22.8.0'
cache: 'yarn'
- name: Install yarn dependencies
shell: bash
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.3.0
22.8.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.3.0
22.8.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ guide for an introduction to the framework.
### Local Setup

* Install Ruby 3.3.4
* Install NodeJS 22.3.0
* Install NodeJS 22.8.0
* Install homebrew dependencies: `brew bundle`
* [redis](https://redis.io/)
* [PostgreSQL](https://www.postgresql.org/)