chore(deps-dev): bump vite from 5.4.20 to 5.4.21 #10350
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: onchainkit build | |
on: | |
push: | |
branches: ['main'] | |
pull_request: | |
branches: ['main', 'onchainkit-v1'] | |
permissions: | |
contents: read | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
node-version: [22.x] | |
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ | |
steps: | |
- name: Harden the runner (Audit all outbound calls) | |
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 | |
with: | |
egress-policy: audit | |
- name: Checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- name: 'Setup' | |
uses: ./.github/actions/setup | |
- name: Build | |
run: | | |
pnpm f:ock build | |
- name: Validate build | |
run: | | |
pnpm f:ock validate-build |