We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a571d8 commit 7add5b3Copy full SHA for 7add5b3
.github/actions/install-latest-npm/action.yml
@@ -29,6 +29,7 @@ runs:
29
shell: bash
30
env:
31
NODE_VERSION: ${{ inputs.node }}
32
+ working-directory: ${{ runner.temp }}
33
run: |
34
MATCH=""
35
SPECS=("latest" "next-10" "next-9" "next-8" "next-7" "next-6")
0 commit comments