Skip to content

Bump threeal/yarn-install-action from 1.0.0 to 2.0.0 #101

Bump threeal/yarn-install-action from 1.0.0 to 2.0.0

Bump threeal/yarn-install-action from 1.0.0 to 2.0.0 #101

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-package:
name: Build Package
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: latest
- name: Install Dependencies
uses: threeal/[email protected]
- name: Build Package
run: |
corepack yarn build
git diff --exit-code HEAD