Skip to content

Commit

Permalink
chore: replace set output to github output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
syasuda90 committed Jul 24, 2023
1 parent 572d028 commit 54013f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/visual-regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: '16.x'
- id: npm-cache-dir
run: echo "::set-output name=dir::$(npm config get cache)"
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
- id: npm-cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 54013f9

Please sign in to comment.