action
action copied to clipboard
GitHub Action to Setup Volta
Supporting pnpm is experimental, but github action does not provide it, so I add it
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.6 to 5.4.14. Release notes Sourced from vite's releases. v5.4.14 Please refer to CHANGELOG.md for details. v5.4.13 Please refer to CHANGELOG.md for details. v5.4.12 This version contains...
Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5. Release notes Sourced from undici's releases. v5.28.5 ⚠️ Security Release ⚠️ Fixes CVE CVE-2025-22150 https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025). Full Changelog: https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5 Commits 6139ed2 Bumped...
This code shows the sequence https://github.com/trajano/expo-experiments/blob/4b4bbc8551db74cf43621fc013bc81b306f7eb9c/.github/workflows/expo-prebuild.yml#L80-L92 Basically installed eas-cli@latest globally and tried to use it in the next line and it says eas was not found https://github.com/trajano/expo-experiments/actions/runs/11584851156/job/32252777427
I have a workflow that looks similar to this: ```yaml on: push: jobs: prebuild: runs-on: ${{ matrix.os }} defaults: run: shell: bash strategy: fail-fast: false matrix: include: - os: ubuntu-latest...