Skip to content

Commit 66f66ca

Browse files
committed
Update packages and use Node v22.x LTS
1 parent 5582705 commit 66f66ca

File tree

3 files changed

+4775
-6560
lines changed

3 files changed

+4775
-6560
lines changed

.github/workflows/appsdevbuild.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
on: [push, pull_request_target]
1+
on:
2+
pull_request:
3+
branches: [main]
24
name: Test build
35

46
jobs:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@testing-library/user-event": "^7.1.2",
99
"react": "^16.12.0",
1010
"react-dom": "^16.12.0",
11-
"react-scripts": "3.3.1",
11+
"react-scripts": "5.0.1",
1212
"serve": "^11.3.2"
1313
},
1414
"scripts": {
@@ -33,6 +33,6 @@
3333
]
3434
},
3535
"engines": {
36-
"node": "20.x"
36+
"node": "22.x"
3737
}
3838
}

0 commit comments

Comments
 (0)