Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
chore(workflows): update actions/setup-node action to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 29, 2021
1 parent 783dc13 commit 37d19cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Node Setup
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.0

# this is required for Appium's internal 'npm link' to work, given that 'npm link' always
# uses the global node modules folder as an intermediary
Expand Down

0 comments on commit 37d19cc

Please sign in to comment.