Skip to content

chore(deps): bump actions/cache from 4.0.2 to 4.1.1 #27

chore(deps): bump actions/cache from 4.0.2 to 4.1.1

chore(deps): bump actions/cache from 4.0.2 to 4.1.1 #27

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