Skip to content

Commit 7add5b3

Browse files
committed
chore: use working directory for npx semver
1 parent 0a571d8 commit 7add5b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/install-latest-npm/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ runs:
2929
shell: bash
3030
env:
3131
NODE_VERSION: ${{ inputs.node }}
32+
working-directory: ${{ runner.temp }}
3233
run: |
3334
MATCH=""
3435
SPECS=("latest" "next-10" "next-9" "next-8" "next-7" "next-6")

0 commit comments

Comments
 (0)