Skip to content

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 #23

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 #23

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