Skip to content

Commit

Permalink
chore: upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bchew committed Oct 25, 2023
1 parent ff20e28 commit 040c4b8
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node: [18.x]
node: [20.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node: [18.x]
node: [20.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node: [18.x]
node: [20.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimisation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node: [18.x]
node: [20.x]

steps:
- uses: actions/checkout@v4
Expand Down
55 changes: 28 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"css-minimizer-webpack-plugin": "^5.0.1",
"date-fns": "^2.30.0",
"eslint": "^8.51.0",
"eslint-config-adslot": "^1.7.0",
"eslint-config-adslot": "^1.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jest-dom": "^5.1.0",
Expand Down Expand Up @@ -178,7 +178,7 @@
"react-select": "^5.7.7",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"ryze": "^0.1.1",
"ryze": "^0.1.2",
"slick-carousel": "^1.8.1"
},
"peerDependencies": {
Expand All @@ -188,7 +188,7 @@
"react-dom": "^18.2.0"
},
"engines": {
"node": "^18"
"node": "^20"
},
"browserslist": [
"last 2 versions",
Expand Down

0 comments on commit 040c4b8

Please sign in to comment.