mirror of
https://github.com/appium/appium.git
synced 2026-02-24 04:09:21 -06:00
chore(workflows): update actions/setup-node action to v3
This commit is contained in:
committed by
Christopher Hiller
parent
6cf1590a2d
commit
3bfee19a66
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install latest npm
|
||||
|
||||
Reference in New Issue
Block a user