Skip to content

build: add yarn install #6

build: add yarn install

build: add yarn install #6

Workflow file for this run

name: Yarn Install
on:
pull_request:
branches: [ "main" ]
jobs:
InstallPackages:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: --max_old_space_size=14000
steps:
- uses: actions/[email protected]
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'
cache-dependency-path: yarn.lock
- name: Install Packages 🔧
run: yarn --frozen-lockfile