Skip to content

chore(deps): bump actions/checkout from 3 to 4 #101

chore(deps): bump actions/checkout from 3 to 4

chore(deps): bump actions/checkout from 3 to 4 #101

Workflow file for this run

name: front
on:
pull_request:
paths:
- "assets/**"
- ".github/**"
branches:
- master
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "14"
cache: "yarn"
cache-dependency-path: assets/package-lock.json
- name: yarn build dist
run: |
cd assets
yarn install
yarn build