Skip to content

chore(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.3 #18

chore(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.3

chore(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.3 #18

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