Skip to content

Commit

Permalink
feat: Migrate travis to node 20.10.0 in monorepo root
Browse files Browse the repository at this point in the history
  • Loading branch information
LucsT committed Feb 8, 2024
1 parent 0c800c7 commit 4b4b129
Show file tree
Hide file tree
Showing 5 changed files with 4,062 additions and 4,372 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
matrix:
fast_finish: true
node_js:
- '16.18.1'
- '20.10.0'
cache:
yarn: true
directories:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"babel-preset-env": "1.7.0",
"cross-env": "7.0.3",
"eslint-config-cozy-app": "4.0.0",
"eslint-plugin-jsdoc": "37.8.2",
"eslint-plugin-jsdoc": "48.0.2",
"eslint-plugin-prettier": "4.0.0",
"lerna": "4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-jobs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"eslint-config-cozy-app": "4.0.0",
"eslint-plugin-jsdoc": "37.8.2",
"eslint-plugin-jsdoc": "48.0.2",
"jest": "27.4.7"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-konnector-libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"cross-env": "7.0.3",
"csv-writer": "1.6.0",
"eslint-config-cozy-app": "4.0.0",
"eslint-plugin-jsdoc": "37.8.2",
"eslint-plugin-jsdoc": "48.0.2",
"husky": "6.0.0",
"jest": "27.4.7",
"jsdoc-to-markdown": "6.0.1",
Expand Down
Loading

0 comments on commit 4b4b129

Please sign in to comment.