We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2646b16 commit e462384Copy full SHA for e462384
1 file changed
.github/workflows/npm.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: 16.16.0
28
- name: Cache Node Modules
29
id: cache
30
- uses: actions/cache@v2
+ uses: actions/cache@v3
31
env:
32
cache-name: cache-node-modules
33
with:
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
@@ -137,7 +137,7 @@ jobs:
137
138
139
140
141
142
143
0 commit comments