Skip to content

Commit

Permalink
feat: Build in node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Dec 22, 2023
1 parent c3ca8bf commit db024c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: 16
node_js: 20
dist: jammy
cache: yarn
branches:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"cozy-pouch-link": "^44.0.0",
"cozy-realtime": "4.6.0",
"cozy-scanner": "^7.0.0",
"cozy-scripts": "^8.1.0",
"cozy-scripts": "^8.2.0",
"cozy-sharing": "10.0.0",
"cozy-stack-client": "^45.0.1",
"cozy-ui": "100.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9730,10 +9730,10 @@ cozy-scanner@^7.0.0:
dependencies:
cozy-device-helper "^3.0.0"

cozy-scripts@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/cozy-scripts/-/cozy-scripts-8.1.0.tgz#bb8ae227c587c671cc2450fdffbad7f9daa20614"
integrity sha512-wNWShe11ENjcguNX3w69xnI69zqaZMCZmbp7EUCsxVnRY7GAaFR3bynti/+Z9pDemIWwgWD+uUsgUiyFKaHmZw==
cozy-scripts@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/cozy-scripts/-/cozy-scripts-8.2.0.tgz#a3286078ab331e55e24fcc41ef3d20b90a5c64cc"
integrity sha512-kAHBOkPBP/2nkpP/EU9I54HrUEcTusxx2j745RWuTK+Ag/QtqVccLxYQdFo+Bf69akNXJ8cMfM3YQc24VpqFRQ==
dependencies:
"@babel/core" "7.10.0"
"@babel/polyfill" "^7.10.4"
Expand Down

0 comments on commit db024c6

Please sign in to comment.