Skip to content

Commit

Permalink
Switched workflows over to node 22.
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwinderg committed Dec 2, 2024
1 parent 7b83398 commit a7a3376
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Set up node and npm
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"

# Run front-end processes (install, lint, test, bundle)
- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Set up node and npm
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"

# Run back-end processes (install, lint, test, bundle)
- name: Cache server app node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# Set up node and npm
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"

# Run front-end processes (install, lint, test, bundle)
- name: Cache node modules
Expand Down

0 comments on commit a7a3376

Please sign in to comment.