We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e2db8 commit f1e77d6Copy full SHA for f1e77d6
1 file changed
.github/workflows/generate.yml
@@ -31,8 +31,14 @@ jobs:
31
uses: ./.github/actions/setup
32
with:
33
install_dependencies: 'false'
34
+ - name: Setup Node.js
35
+ uses: ./.github/actions/setup-node
36
+ with:
37
+ install_dependencies: 'false'
38
- name: Normalize poetry.lock
39
run: poetry lock --no-update
40
+ - name: Normalize package-lock.json
41
+ run: npm install
42
- name: Commit
43
uses: stefanzweifel/git-auto-commit-action@v5
44
0 commit comments