Skip to content

chore(deps-dev): bump npm from 8.3.1 to 8.19.4 #799

chore(deps-dev): bump npm from 8.3.1 to 8.19.4

chore(deps-dev): bump npm from 8.3.1 to 8.19.4 #799

Workflow file for this run

name: Ejection
on:
push:
branches:
- main
jobs:
rebase:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: boilerplate-ejection
- run: git config user.name "Project Owner"
- run: git config user.email "owner@project.com"
- run: git rebase origin/main
- run: git push --force --set-upstream origin boilerplate-ejection