Skip to content

Commit f1e77d6

Browse files
committed
Normalize lockfile
1 parent 79e2db8 commit f1e77d6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/generate.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,14 @@ jobs:
3131
uses: ./.github/actions/setup
3232
with:
3333
install_dependencies: 'false'
34+
- name: Setup Node.js
35+
uses: ./.github/actions/setup-node
36+
with:
37+
install_dependencies: 'false'
3438
- name: Normalize poetry.lock
3539
run: poetry lock --no-update
40+
- name: Normalize package-lock.json
41+
run: npm install
3642
- name: Commit
3743
uses: stefanzweifel/git-auto-commit-action@v5
3844
with:

0 commit comments

Comments
 (0)