Update actions/setup-node action to v4 (#11969)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/28788/head^2
parent
b4988de04b
commit
11695d3227
|
@ -78,7 +78,7 @@ jobs:
|
||||||
path: matrix-react-sdk
|
path: matrix-react-sdk
|
||||||
repository: ${{ inputs.react-sdk-repository || github.repository }}
|
repository: ${{ inputs.react-sdk-repository || github.repository }}
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
cache-dependency-path: matrix-react-sdk/yarn.lock
|
cache-dependency-path: matrix-react-sdk/yarn.lock
|
||||||
|
@ -117,7 +117,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue