Skip to content

Commit

Permalink
ci: add node@16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
freeshineit committed Oct 29, 2024
1 parent 2320777 commit 9019bd5
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 173 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 21.x, 22.x]
node-version: [16.x, 18.x, 20.x, 21.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 0 additions & 6 deletions examples/cra-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/react-dom": "^18.2.24",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-xx": "^1.10.0",
"eslint-config-xx": "^1.10.1",
"husky": "^9.0.11",
"only-allow": "^1.2.1",
"postcss": "^8.4.38",
Expand Down
Loading

0 comments on commit 9019bd5

Please sign in to comment.