Skip to content

Merge pull request #289 from nation3/revert-to-2fd2e38f5f7d20faf2a695… #9

Merge pull request #289 from nation3/revert-to-2fd2e38f5f7d20faf2a695…

Merge pull request #289 from nation3/revert-to-2fd2e38f5f7d20faf2a695… #9

Workflow file for this run

name: Yarn Install
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
install-packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo $(node --version)
- run: echo $(yarn --version)
- name: Install Packages 🔧
run: yarn --frozen-lockfile