mirror of
https://github.com/appium/appium.git
synced 2026-01-05 17:59:55 -06:00
chore(workflows): pin actions/setup-node action to 5b949b5
This commit is contained in:
committed by
Christopher Hiller
parent
dab37d7286
commit
c8b9dfcd91
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install Appium
|
||||
|
||||
Reference in New Issue
Block a user