Skip to content

Commit dbe1369

Browse files
gowridurgad“gowridurgad”
andauthored
v3 - upgrade @actions/cache (#1270)
* actions/cache upgarde * macos-latest to macos-13 * fix check failures --------- Co-authored-by: “gowridurgad” <“hgowridurgad@github.com>
1 parent 1a4442c commit dbe1369

File tree

15 files changed

+22168
-9617
lines changed

15 files changed

+22168
-9617
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-latest, windows-latest, macos-latest]
21+
os: [ubuntu-latest, windows-latest, macos-13]
2222
node-version: [12, 14, 16]
2323
steps:
2424
- uses: actions/checkout@v3
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
os: [ubuntu-latest, windows-latest, macos-latest]
44+
os: [ubuntu-latest, windows-latest, macos-13]
4545
node-version: [12, 14, 16]
4646
steps:
4747
- uses: actions/checkout@v3
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
os: [ubuntu-latest, windows-latest, macos-latest]
77+
os: [ubuntu-latest, windows-latest, macos-13]
7878
node-version: [14, 16]
7979
steps:
8080
- uses: actions/checkout@v3
@@ -106,7 +106,7 @@ jobs:
106106
strategy:
107107
fail-fast: false
108108
matrix:
109-
os: [ubuntu-latest, windows-latest, macos-latest]
109+
os: [ubuntu-latest, windows-latest, macos-13]
110110
node-version: [12, 14, 16]
111111
steps:
112112
- uses: actions/checkout@v3

.github/workflows/versions.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-latest, windows-latest, macos-latest]
20+
os: [ubuntu-latest, windows-latest, macos-13]
2121
node-version: [10, 12, 14]
2222
steps:
2323
- uses: actions/checkout@v3
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
os: [ubuntu-latest, windows-latest, macos-latest]
37+
os: [ubuntu-latest, windows-latest, macos-13]
3838
node-version: [lts/dubnium, lts/erbium, lts/fermium, lts/*, lts/-1]
3939
steps:
4040
- uses: actions/checkout@v3
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
node-version: ${{ matrix.node-version }}
4545
check-latest: true
46-
- if: runner.os != 'Windows'
46+
- if: runner.os != 'Windows' && runner.os != 'macos'
4747
name: Verify node and npm
4848
run: |
4949
. "$NVM_DIR/nvm.sh"
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
os: [ubuntu-latest, windows-latest, macos-latest]
59+
os: [ubuntu-latest, windows-latest, macos-13]
6060
node-version:
6161
[
6262
'20-v8-canary',
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
os: [ubuntu-latest, windows-latest, macos-latest]
84+
os: [ubuntu-latest, windows-latest, macos-13]
8585
node-version:
8686
[16.0.0-nightly20210420a0261d231c, 17-nightly, 18.0.0-nightly]
8787
steps:
@@ -102,7 +102,7 @@ jobs:
102102
strategy:
103103
fail-fast: false
104104
matrix:
105-
os: [ubuntu-latest, windows-latest, macos-latest]
105+
os: [ubuntu-latest, windows-latest, macos-13]
106106
node-version: [16.0.0-rc.1, 18.0.0-rc.2, 19.0.0-rc.0]
107107
steps:
108108
- uses: actions/checkout@v3
@@ -122,7 +122,7 @@ jobs:
122122
strategy:
123123
fail-fast: false
124124
matrix:
125-
os: [ubuntu-latest, windows-latest, macos-latest]
125+
os: [ubuntu-latest, windows-latest, macos-13]
126126
node-version: [10.15, 12.16.0, 14.2.0, 16.3.0]
127127
steps:
128128
- uses: actions/checkout@v3
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
os: [ubuntu-latest, windows-latest, macos-latest]
142+
os: [ubuntu-latest, windows-latest, macos-13]
143143
node-version: [10, 12, 14]
144144
steps:
145145
- uses: actions/checkout@v3
@@ -157,7 +157,7 @@ jobs:
157157
strategy:
158158
fail-fast: false
159159
matrix:
160-
os: [ubuntu-latest, windows-latest, macos-latest]
160+
os: [ubuntu-latest, windows-latest, macos-13]
161161
node-version-file:
162162
[.nvmrc, .tool-versions, .tool-versions-node, package.json]
163163
steps:
@@ -177,7 +177,7 @@ jobs:
177177
strategy:
178178
fail-fast: false
179179
matrix:
180-
os: [ubuntu-latest, windows-latest, macos-latest]
180+
os: [ubuntu-latest, windows-latest, macos-13]
181181
steps:
182182
- uses: actions/checkout@v3
183183
- name: Setup node from node version file
@@ -192,7 +192,7 @@ jobs:
192192
strategy:
193193
fail-fast: false
194194
matrix:
195-
os: [ubuntu-latest, windows-latest, macos-latest]
195+
os: [ubuntu-latest, windows-latest, macos-13]
196196
node-version: [11, 13]
197197
steps:
198198
- uses: actions/checkout@v3
@@ -209,7 +209,7 @@ jobs:
209209
strategy:
210210
fail-fast: false
211211
matrix:
212-
os: [ubuntu-latest, windows-latest, macos-latest]
212+
os: [ubuntu-latest, windows-latest, macos-13]
213213
steps:
214214
- uses: actions/checkout@v3
215215
# test old versions which didn't have npm and layout different
@@ -239,7 +239,7 @@ jobs:
239239
strategy:
240240
fail-fast: false
241241
matrix:
242-
os: [ubuntu-latest, windows-latest, macos-latest]
242+
os: [ubuntu-latest, windows-latest, macos-13]
243243
node-version: [current, latest, node]
244244
steps:
245245
- name: Get node version

.licenses/npm/@actions/cache.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/core.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/exec.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@protobuf-ts/plugin-framework.dep.yml

Lines changed: 185 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy