Skip to content

Commit

Permalink
Bump Node.js version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lobanov committed Nov 6, 2022
1 parent 4e840f5 commit 45da512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v2

- name: Remove pre-installed version
run: gem uninstall cocoapods --all --executables
run: gem uninstall cocoapods --all --executables --ignore-dependencies

- name: setup-cocoapods
uses: ./
Expand All @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v2

- name: Remove pre-installed version
run: gem uninstall cocoapods --all --executables
run: gem uninstall cocoapods --all --executables --ignore-dependencies

- name: Install needed version
run: gem install cocoapods -v 1.9.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set Node.JS
uses: actions/setup-node@master
with:
node-version: 12.x
node-version: 16.x

- name: npm install
run: npm install
Expand Down

0 comments on commit 45da512

Please sign in to comment.