Skip to content

Commit

Permalink
Update packages and use Node v22.x LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
fumblehool committed Nov 19, 2024
1 parent 5582705 commit 66f66ca
Show file tree
Hide file tree
Showing 3 changed files with 4,775 additions and 6,560 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/appsdevbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
on: [push, pull_request_target]
on:
pull_request:
branches: [main]
name: Test build

jobs:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@testing-library/user-event": "^7.1.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.1",
"react-scripts": "5.0.1",
"serve": "^11.3.2"
},
"scripts": {
Expand All @@ -33,6 +33,6 @@
]
},
"engines": {
"node": "20.x"
"node": "22.x"
}
}
Loading

0 comments on commit 66f66ca

Please sign in to comment.