We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c0328 commit 82fcdbaCopy full SHA for 82fcdba
1 file changed
.github/workflows/pre-commit.yml
@@ -20,6 +20,9 @@ jobs:
20
id: python-setup
21
with:
22
python-version: "3.x"
23
+ - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
24
+ with:
25
+ node-version: latest
26
- name: Run commands
27
if: inputs.commands
28
run: ${INPUTS_COMMANDS}
0 commit comments