Skip to content

Commit

Permalink
chore: Use node 20 instead of 18
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Nov 28, 2024
1 parent 19c5551 commit 9923186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.3
20
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"travis-deploy-once": "travis-deploy-once",
"start:css": "yarn build:css --watch",
"prestart:doc": "yarn sprite",
"start:doc": "env BUILD_ENV=watch-styleguidist styleguidist server --config docs/styleguide.config.js",
"start:doc": "NODE_OPTIONS=--openssl-legacy-provider env BUILD_ENV=watch-styleguidist styleguidist server --config docs/styleguide.config.js",
"start:doc:kss": "nodemon --ext styl,md --watch stylus --exec 'yarn build:doc:kss && http-server build/styleguide -p 4242'",
"start": "yarn build --watch",
"removeEmptyCss": "node scripts/removeEmptyCss.js",
Expand Down

0 comments on commit 9923186

Please sign in to comment.