mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 11:51:41 +03:00
chore(deps): update actions/setup-node action to v3 (#1098)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
4c9a890904
commit
9f7fbb0ba0
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
cache: 'yarn'
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
cache: 'yarn'
|
||||
|
|
Loading…
Reference in New Issue
Block a user