File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v5
16- - uses : actions/setup-node@v4
16+ - uses : actions/setup-node@v6
1717 with :
18- node-version : 20
18+ node-version : 24
1919 cache : npm
2020 cache-dependency-path : website/package-lock.json
2121
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v5
16- - uses : actions/setup-node@v4
16+ - uses : actions/setup-node@v6
1717 with :
18- node-version : 20
18+ node-version : 24
1919 cache : yarn
2020
2121 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 matrix :
1515 os : [ubuntu-latest]
1616 # Each major Go release is supported until there are two newer major releases. https://golang.org/doc/devel/release.html#policy
17- go : [1.24 ]
17+ go : [1.25 ]
1818 name : ${{ matrix.os }} @ Go ${{ matrix.go }}
1919 runs-on : ${{ matrix.os }}
2020 steps :
2121 - name : Set up Go ${{ matrix.go }}
22- uses : actions/setup-go@v5
22+ uses : actions/setup-go@v6
2323 with :
2424 go-version : ${{ matrix.go }}
2525
Original file line number Diff line number Diff line change 1- lts/iron
1+ v24
You can’t perform that action at this time.
0 commit comments