Bump workflows in github actions (#27836)
All major version upgrades are related to using Node v20 as default runtime
This commit is contained in:
parent
1756e30e10
commit
0a710133cd
8 changed files with 45 additions and 45 deletions
2
.github/workflows/pull-e2e-tests.yml
vendored
2
.github/workflows/pull-e2e-tests.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
with:
|
||||
go-version-file: go.mod
|
||||
check-latest: true
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
- run: make deps-frontend frontend deps-backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue