Skip to content

Commit

Permalink
chore: Replace deprecated command with environment file (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwooo authored Jul 18, 2023
1 parent 4ffc2a1 commit d6193da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
- name: Get npm cache directory
id: npm-cache-dir
run: |
echo "::set-output name=dir::$(npm config get cache)"
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
id: npm-cache
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
- name: Get npm cache directory
id: npm-cache-dir
run: |
echo "::set-output name=dir::$(npm config get cache)"
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
id: npm-cache
Expand Down

0 comments on commit d6193da

Please sign in to comment.