File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
- name : Get npm cache directory
25
25
id : npm-cache
26
26
run : |
27
- echo "::set-output name= dir:: $(npm config get cache)"
27
+ echo "dir= $(npm config get cache)" >> $GITHUB_OUTPUT
28
28
- uses : actions/cache@v2
29
29
with :
30
30
path : |
Original file line number Diff line number Diff line change 20
20
- name : Get npm cache directory
21
21
id : npm-cache
22
22
run : |
23
- echo "::set-output name= dir:: $(npm config get cache)"
23
+ echo "dir= $(npm config get cache)" >> $GITHUB_OUTPUT
24
24
- uses : actions/cache@v2
25
25
with :
26
26
path : |
59
59
- name : Get npm cache directory
60
60
id : npm-cache
61
61
run : |
62
- echo "::set-output name= dir:: $(npm config get cache)"
62
+ echo "dir= $(npm config get cache)" >> $GITHUB_OUTPUT
63
63
- uses : actions/cache@v2
64
64
with :
65
65
path : |
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Get npm cache directory
102
102
id : npm-cache
103
103
run : |
104
- echo "::set-output name= dir:: $(npm config get cache)"
104
+ echo "dir= $(npm config get cache)" >> $GITHUB_OUTPUT
105
105
- uses : actions/cache@v2
106
106
with :
107
107
path : |
You can’t perform that action at this time.
0 commit comments