We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b396e48 commit 5911a63Copy full SHA for 5911a63
.github/workflows/format.yml
@@ -55,6 +55,7 @@ jobs:
55
56
- name: Retrieve Node.js version
57
id: node-version
58
+ working-directory: .
59
run: echo "node-version=$(grep '^nodejs ' .tool-versions | awk '{print $2}')" >> $GITHUB_OUTPUT
60
shell: bash
61
.github/workflows/test.yml
@@ -54,6 +54,7 @@ jobs:
54
0 commit comments