chore(deps): update dependency vite to ^4.4.8 #281
Workflow file for this run
This file contains 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: build-script | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3.5.3 | |
- uses: actions/setup-node@v3.7.0 | |
with: | |
node-version: '18.x' | |
cache: 'yarn' | |
- name: use yarn | |
run: | | |
yarn install | |
yarn css | |
yarn build |