File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
6767 - name : Checkout dgraph-js repo
6868 uses : actions/checkout@v5
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
Original file line number Diff line number Diff line change 4343 - name : Move dgraph binary to gopath
4444 run : cd dgraph && mv dgraph/dgraph ~/go/bin/dgraph
4545 - name : Setup node.js ${{ matrix.node-version }}
46- uses : actions/setup-node@v4
46+ uses : actions/setup-node@v6
4747 with :
4848 node-version : ${{ matrix.node-version }}
4949 cache : npm
You can’t perform that action at this time.
0 commit comments