This commit is contained in:
Arun Sathiya 2024-05-03 06:23:04 +01:00 committed by GitHub
commit 17d36f4ea7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
'restore-keys': '${{ runner.os }}-go-'
- 'name': 'Get 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': 'Set up npm cache'
'uses': 'actions/cache@v2'
'with':
@ -87,7 +87,7 @@
'restore-keys': '${{ runner.os }}-go-'
- 'name': 'Get 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': 'Set up npm cache'
'uses': 'actions/cache@v2'
'with':