Skip to content

Commit

Permalink
chore: npm i to refresh package-lock (#9715)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Feb 20, 2023
1 parent 5ac4a16 commit 8268345
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
uses: actions/checkout@v3.0.2
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Set up Node.js
uses: actions/setup-node@v3.5.1
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Build
Expand All @@ -40,6 +36,8 @@ jobs:
npm run docs
- name: Format
run: npm run format
- name: Install to refresh package-lock
run: npm install
- name: Commit
run: |
git config --global user.name 'release-please[bot]'
Expand Down

0 comments on commit 8268345

Please sign in to comment.