Replace deprecated command with environment file in example documentation

This commit is contained in:
github-actions 2022-11-21 10:30:11 +01:00
parent 6babf202a4
commit c16522c3c7
3 changed files with 12 additions and 13 deletions

View file

@ -27,8 +27,8 @@ jobs:
node-version: 16.x
- name: Determine npm cache directory
id: npm-cache
run: |
echo "::set-output name=dir::$(npm config get cache)"
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
- name: Restore npm cache
uses: actions/cache@v3
with: