We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0569938 + b4f6861 commit cb26f99Copy full SHA for cb26f99
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Get npm cache directory
17
id: npm-cache
18
run: |
19
- echo "::set-output name=dir::$(npm config get cache)"
+ echo "dir=$(npm config get cache)" >> "$GITHUB_OUTPUT"
20
- uses: actions/cache@v4
21
with:
22
path: ${{ steps.npm-cache.outputs.dir }}
0 commit comments