Skip to content

Commit

Permalink
Bump Node Version
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Jan 12, 2025
1 parent 55a4de0 commit 7ac9d9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
- uses: pnpm/action-setup@v3
name: Install pnpm
id: pnpm-install
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.17.1
v22.13.0
3 changes: 3 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,8 @@
},
"overrides": {
"fork-ts-checker-webpack-plugin": "^6.5.3"
},
"engines": {
"node": "^22"
}
}

0 comments on commit 7ac9d9d

Please sign in to comment.