Skip to content

Commit 45da512

Browse files
committed
Bump Node.js version in workflow
1 parent 4e840f5 commit 45da512

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v2
3333

3434
- name: Remove pre-installed version
35-
run: gem uninstall cocoapods --all --executables
35+
run: gem uninstall cocoapods --all --executables --ignore-dependencies
3636

3737
- name: setup-cocoapods
3838
uses: ./
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v2
5151

5252
- name: Remove pre-installed version
53-
run: gem uninstall cocoapods --all --executables
53+
run: gem uninstall cocoapods --all --executables --ignore-dependencies
5454

5555
- name: Install needed version
5656
run: gem install cocoapods -v 1.9.1

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set Node.JS
1919
uses: actions/setup-node@master
2020
with:
21-
node-version: 12.x
21+
node-version: 16.x
2222

2323
- name: npm install
2424
run: npm install

0 commit comments

Comments
 (0)