@@ -29,27 +29,27 @@ jobs:
2929 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3030 steps :
3131 - name : Checkout dgraph-js repo
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 with :
3434 path : dgraph-js
3535 repository : hypermodeinc/dgraph-js
3636 ref : ${{ github.event.inputs.releasetag }}
3737 - name : Checkout dgraph repo
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 with :
4040 path : dgraph
4141 repository : hypermodeinc/dgraph
4242 ref : main
4343 - name : Set up Go
44- uses : actions/setup-go@v5
44+ uses : actions/setup-go@v6
4545 with :
4646 go-version-file : dgraph/go.mod
4747 - name : Build dgraph binary
4848 run : cd dgraph && make docker-image # also builds dgraph binary
4949 - name : Move dgraph binary to gopath
5050 run : cd dgraph && mv dgraph/dgraph ~/go/bin/dgraph
5151 - name : Setup node.js ${{ matrix.node-version }}
52- uses : actions/setup-node@v4
52+ uses : actions/setup-node@v6
5353 with :
5454 node-version : ${{ matrix.node-version }}
5555 cache : npm
@@ -65,11 +65,11 @@ jobs:
6565 runs-on : ubuntu-latest
6666 steps :
6767 - name : Checkout dgraph-js repo
68- uses : actions/checkout@v5
68+ uses : actions/checkout@v6
6969 - name : Setup node.js
70- uses : actions/setup-node@v4
70+ uses : actions/setup-node@v6
7171 with :
72- node-version : 22.x
72+ node-version : 22.x || 24.x
7373 registry-url : https://registry.npmjs.org
7474 - name : Build dgraph-js package
7575 run : npm ci
0 commit comments