Update the NPM PWSH shell example

This commit is contained in:
Lubomir Georgiev (Любомир Георгиев) 2022-12-11 07:00:10 +02:00 committed by GitHub
parent 6cdb82b00f
commit 84ef8ec7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -325,7 +325,7 @@ After [deprecation](https://github.blog/changelog/2022-10-11-github-actions-depr
### PWSH shell
```yaml
- name: Get npm cache directory
id: npm-cache
id: npm-cache-dir
shell: pwsh
run: echo "dir=$(npm config get cache)" >> ${env:GITHUB_OUTPUT}
```