feat(web): SPA skeleton embedded in the binary (#60)
This commit was merged in pull request #60.
This commit is contained in:
@@ -91,7 +91,9 @@ jobs:
|
||||
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
|
||||
apt-get install -y --no-install-recommends nodejs
|
||||
corepack enable
|
||||
corepack prepare pnpm@latest --activate
|
||||
# Prepare the exact version package.json pins; corepack refuses to
|
||||
# run a mismatched version under a packageManager pin.
|
||||
corepack prepare "$(node -p "require('./web/package.json').packageManager")" --activate
|
||||
|
||||
- name: Cache pnpm store
|
||||
if: steps.probe.outputs.present == 'true'
|
||||
|
||||
Reference in New Issue
Block a user