Skip to content

Commit 7b0f6d6

Browse files
authored
ci(gh-action): Sync with paramedic configs (#268)
1 parent c9d52ae commit 7b0f6d6

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/chrome.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
node-version: 16
4343

4444
steps:
45-
- uses: actions/checkout@v2
46-
- uses: actions/setup-node@v2
45+
- uses: actions/checkout@v3
46+
- uses: actions/setup-node@v3
4747
with:
4848
node-version: ${{ env.node-version }}
4949

@@ -61,7 +61,7 @@ jobs:
6161
npm ci
6262
6363
- name: Run paramedic install
64-
if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
64+
if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
6565
run: npm i -g github:apache/cordova-paramedic
6666

6767
- name: Run paramedic tests

.github/workflows/ios.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,16 @@ jobs:
6262
ios-version: 15.x
6363
xcode-version: 13.x
6464

65+
- os-version: macos-12
66+
ios-version: 16.x
67+
xcode-version: 14.x
68+
6569
steps:
6670
- uses: actions/checkout@v2
6771
- uses: actions/setup-node@v2
6872
with:
6973
node-version: ${{ env.node-version }}
70-
- uses: maxim-lobanov/setup-xcode@881be567d30efed8fb3f12b5099d68c3fb72aa3d
74+
- uses: maxim-lobanov/setup-xcode@9a697e2b393340c3cacd97468baa318e4c883d98
7175
env:
7276
xcode-version: ${{ matrix.versions.xcode-version == '' && env.default_xcode-version || matrix.versions.xcode-version }}
7377
with:

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
node-version: 16
3838

3939
steps:
40-
- uses: actions/checkout@v2
41-
- uses: actions/setup-node@v2
40+
- uses: actions/checkout@v3
41+
- uses: actions/setup-node@v3
4242
with:
4343
node-version: ${{ env.node-version }}
4444

0 commit comments

Comments
 (0)