mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-03 14:04:42 +08:00
Update actions/setup-node action to v2 (#1677)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e1a4a58612
commit
6e1365fe3b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
${{ runner.os }}-
|
||||
|
||||
- name: Use Node.js 14.x
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.x
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue