File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2626 with :
2727 node-version : 24
28+ - run : npm install -g npm@12
2829 - name : Create .env file for production
2930 run : |
3031 touch .env
Original file line number Diff line number Diff line change 1919 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2020 with :
2121 node-version : 24
22+ - run : npm install -g npm@12
2223 - name : Create .env file for production
2324 run : |
2425 touch .env
Original file line number Diff line number Diff line change 2222 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2323 with :
2424 node-version : 24.15.0
25+ - run : npm install -g npm@12
2526 - run : npm ci --workspace=components --include=dev
2627 - run : npm run sync --workspace=components
2728 - run : npm ci --workspace=mock-sveltekit
Original file line number Diff line number Diff line change 3535 node-version : 24
3636 registry-url : ' https://registry.npmjs.org/'
3737 package-manager-cache : false
38+ - run : npm install -g npm@12
3839 - run : npm ci
3940 - run : npm audit signatures
4041 - name : Release
Original file line number Diff line number Diff line change 2323 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2424 with :
2525 node-version : 24.15.0
26+ - run : npm install -g npm@12
2627 - run : npm ci
2728 - run : npx playwright install --with-deps
2829 - run : npm run sync
Original file line number Diff line number Diff line change 1- engine-strict = true
1+ engine-strict = true
2+ strict-allow-scripts = true
Original file line number Diff line number Diff line change 55 "author" : " SWR Data Lab" ,
66 "license" : " UNLICENSED" ,
77 "type" : " module" ,
8+ "engines" : {
9+ "node" : " 24.x" ,
10+ "npm" : " 12.x"
11+ },
812 "keywords" : [
913 " svelte"
1014 ],
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "description" : " " ,
55 "main" : " index.js" ,
6+ "engines" : {
7+ "node" : " 24.x" ,
8+ "npm" : " 12.x"
9+ },
610 "scripts" : {
711 "build" : " npx @11ty/eleventy" ,
812 "start" : " npx @11ty/eleventy --serve --quiet" ,
Original file line number Diff line number Diff line change 33 "version" : " 0.0.1" ,
44 "private" : true ,
55 "type" : " module" ,
6+ "engines" : {
7+ "node" : " 24.x" ,
8+ "npm" : " 12.x"
9+ },
610 "scripts" : {
711 "dev" : " vite dev" ,
812 "start" : " vite dev" ,
Original file line number Diff line number Diff line change 66 "scripts" : {},
77 "author" : " " ,
88 "license" : " UNLICENSED" ,
9+ "engines" : {
10+ "node" : " 24.x" ,
11+ "npm" : " 12.x"
12+ },
913 "workspaces" : [
1014 " components" ,
1115 " sophora-components" ,
1620 "svelte-select" : {
1721 "svelte-floating-ui" : " 1.5.9"
1822 }
23+ },
24+ "allowScripts" : {
25+ "@swc/core@1.15.41" : false ,
26+ "svelte-preprocess@6.0.3" : false ,
27+ "fsevents@2.3.3" : false ,
28+ "fsevents@2.3.2" : false ,
29+ "@parcel/watcher@2.5.6" : false ,
30+ "esbuild@0.28.1" : false ,
31+ "puppeteer@22.15.0" : false ,
32+ "sharp@0.34.5" : false ,
33+ "unrs-resolver@1.12.2" : false
1934 }
2035}
You can’t perform that action at this time.
0 commit comments