Skip to content

Commit e462384

Browse files
authored
Update npm.yml GitHub workflow (#15)
1 parent 2646b16 commit e462384

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/npm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: 16.16.0
2828
- name: Cache Node Modules
2929
id: cache
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
env:
3232
cache-name: cache-node-modules
3333
with:
@@ -51,7 +51,7 @@ jobs:
5151
node-version: 16.16.0
5252
- name: Cache Node Modules
5353
id: cache
54-
uses: actions/cache@v2
54+
uses: actions/cache@v3
5555
env:
5656
cache-name: cache-node-modules
5757
with:
@@ -75,7 +75,7 @@ jobs:
7575
node-version: 16.16.0
7676
- name: Cache Node Modules
7777
id: cache
78-
uses: actions/cache@v2
78+
uses: actions/cache@v3
7979
env:
8080
cache-name: cache-node-modules
8181
with:
@@ -137,7 +137,7 @@ jobs:
137137
node-version: 16.16.0
138138
- name: Cache Node Modules
139139
id: cache
140-
uses: actions/cache@v2
140+
uses: actions/cache@v3
141141
env:
142142
cache-name: cache-node-modules
143143
with:

0 commit comments

Comments
 (0)