Borrow npx along with node, since the recipe needs both
build-deploy 31s
Runner
Job build-deploy on ubuntu-latest Checking out concept-collection/turing-surface-cache at 7df2a285 Container started from catthehacker/ubuntu:act-latest ▸ Post actions/setup-node@v4 (node:611) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Cleaning up the job container
actions/checkout@v40s
▸ actions/checkout@v4 Using cofferdam's built-in checkout (actions/checkout@v4) concept-collection/turing-surface-cache is already checked out at 7df2a285 (cofferdam checks out before the job starts)
actions/setup-node@v46s
▸ actions/setup-node@v4 Using cached actions/setup-node@v4 (49933ea5288c) Attempting to download 24... (node:56) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Bad credentials Falling back to download directly from Node Acquiring 24.19.0 - x64 from https://nodejs.org/dist/v24.19.0/node-v24.19.0-linux-x64.tar.gz Extracting ... [command]/usr/bin/tar xz --strip 1 --warning=no-unknown-keyword --overwrite -C /cofferdam/temp/209e10ac-a8b3-46c2-8407-757a02d4fc3f -f /cofferdam/temp/654936a1-baf8-4915-b084-3af7c1a987f6 Adding to the cache ... Done ▾ Environment details node: v24.19.0 npm: 11.17.0 yarn: WARNING: Cache action is only supported on GHES version >= 3.5. If you are on version >=3.5 Please check with GHES admin if Actions cache service is enabled or not.
Check out numbl (sibling dependency)4s
▸ Check out numbl (sibling dependency) Cloning into '/cofferdam/workspace/../../numbl'... stdlib-bundle.ts generated: 10 stdlib, 6 shim file(s) shims: +containers/Map.m, +matlab/+internal/+decomposition/DenseLU.m, +matlab/+internal/+math/blkdiag.m, decomposition.m, isIllConditioned.m, uihtml.m
Run npm ci --ignore-scripts4s
▸ Run npm ci --ignore-scripts added 108 packages, and audited 110 packages in 3s 10 packages are looking for funding run `npm fund` for details 6 vulnerabilities (1 moderate, 5 high) To address issues that do not require attention, run: npm audit fix To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details.
Run npm run build13s
▸ Run npm run build > turing-surface-cache@0.1.0 build > tsc --noEmit && vite build && npm run build:cli [36mvite v5.4.21 [32mbuilding for production...[36m[39m transforming... [32m✓[39m 545 modules transformed. rendering chunks... computing gzip size... [2mdist/[22m[32msweep.html [39m[1m[2m 4.95 kB[22m[1m[22m[2m │ gzip: 1.83 kB[22m [2mdist/[22m[32mindex.html [39m[1m[2m 8.40 kB[22m[1m[22m[2m │ gzip: 3.27 kB[22m [2mdist/[22m[2massets/[22m[32mrandnfun3.worker-BXd60is4.js [39m[1m[2m1,508.86 kB[22m[1m[22m [2mdist/[22m[2massets/[22m[35mfillWalk-BYmCoMY8.css [39m[1m[2m 3.81 kB[22m[1m[22m[2m │ gzip: 1.30 kB[22m [2mdist/[22m[2massets/[22m[36msweep-Di6XZ36N.js [39m[1m[2m 14.22 kB[22m[1m[22m[2m │ gzip: 5.62 kB[22m [2mdist/[22m[2massets/[22m[36mmain-B0w7xjDo.js [39m[1m[2m 14.26 kB[22m[1m[22m[2m │ gzip: 5.77 kB[22m [2mdist/[22m[2massets/[22m[36mfillWalk-CCpJl9w2.js [39m[1m[33m2,156.49 kB[39m[22m[2m │ gzip: 591.38 kB[22m [2mdist/[22m[2massets/[22m[36mhdf5_hl-DJFfQ3Rt.js [39m[1m[33m4,406.78 kB[39m[22m[2m │ gzip: 1,029.15 kB[22m [32m✓ built in 6.30s[39m [33m (!) Some chunks are larger than 500 kB after minification. Consider: - Using dynamic import() to code-split the application - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m > turing-surface-cache@0.1.0 build:cli > vite build --config vite.cli.config.ts && node scripts/pack-cli.mjs [36mvite v5.4.21 [32mbuilding SSR bundle for production...[36m[39m transforming... [32m✓[39m 532 modules transformed. rendering chunks... [2mdist-cli/[22m[36mfill.js [39m[1m[33m3,244.96 kB[39m[22m [32m✓ built in 3.02s[39m dist/fill.tgz (turing-surface-fill 0.1.0)
actions/configure-pages@v50s
▸ actions/configure-pages@v5 Using cofferdam's built-in configure-pages (actions/configure-pages@v5) This site will be served at https://vault1.fly.dev/concept-collection/turing-surface-cache/site/
actions/upload-pages-artifact@v32s
▸ actions/upload-pages-artifact@v3 Using cached actions/upload-pages-artifact@v3 (56afc609e742) ▸ Archive artifact ▾ Archive artifact ./ ./fill.tgz ./index.html ./assets/ ./assets/sweep-Di6XZ36N.js ./assets/fillWalk-BYmCoMY8.css ./assets/hdf5_hl-DJFfQ3Rt.js ./assets/fillWalk-CCpJl9w2.js ./assets/main-B0w7xjDo.js ./assets/randnfun3.worker-BXd60is4.js ./sweep.html ▸ Upload artifact Using cofferdam's built-in upload-artifact (actions/upload-artifact@v4) Uploading artifact github-pages (1 file, 9154560 bytes)
actions/deploy-pages@v40s
▸ actions/deploy-pages@v4 Using cofferdam's built-in deploy-pages (actions/deploy-pages@v4) Deployed 9 files to https://vault1.fly.dev/concept-collection/turing-surface-cache/site/
Artifacts
github-pages8.7 MB
Artifacts are tar archives, and are removed when the run is pruned.