Skip to content

Commit

Permalink
fix(deploy): apply workaround for node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin Lee committed Dec 8, 2022
1 parent bec7dd5 commit ccb3517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chanzuckerberg/eds",
"version": "7.0.0",
"version": "7.1.0",
"description": "The React-powered design system library for Chan Zuckerberg Initiative education web applications",
"author": "CZI <[email protected]>",
"homepage": "https://github.com/chanzuckerberg/edu-design-system",
Expand Down Expand Up @@ -35,7 +35,7 @@
"copy-icons-to-lib": "copyfiles -u 1 src/icons/spritemap/**/* lib",
"copy-tokens-to-lib": "copyfiles -u 2 src/tokens-dist/**/* lib/tokens",
"create-component": "plop",
"deploy:docs": "storybook-to-ghpages --ci",
"deploy:docs": "NODE_OPTIONS=--openssl-legacy-provider storybook-to-ghpages --ci",
"generate-icon-types": "node ./scripts/generateIconTypes.js",
"lint": "yarn run lint:styles && yarn run lint:scripts",
"lint:fix": "yarn run lint:styles:fix && yarn run lint:scripts:fix",
Expand Down

0 comments on commit ccb3517

Please sign in to comment.