File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 2929 uses : ./.github/actions/setup
3030 with :
3131 cache-key : bindings-nodejs-integration
32+ - uses : pnpm/action-setup@v4
33+ with :
34+ version : 9
3235 - name : Setup node
3336 uses : actions/setup-node@v4
3437 with :
6568 with :
6669 cache-key : bindings-nodejs-${{ matrix.target }}
6770 target : ${{ matrix.target }}
71+ - uses : pnpm/action-setup@v4
72+ with :
73+ version : 9
6874 - name : Setup node
6975 uses : actions/setup-node@v4
7076 with :
7480 uses : goto-bus-stop/setup-zig@v2
7581 with :
7682 version : 0.11.0
83+ - uses : pnpm/action-setup@v4
84+ with :
85+ version : 9
7786 - name : Corepack
7887 working-directory : bindings/nodejs
7988 run : corepack enable
@@ -111,6 +120,9 @@ jobs:
111120 ver : ["18", "20", "22"]
112121 steps :
113122 - uses : actions/checkout@v4
123+ - uses : pnpm/action-setup@v4
124+ with :
125+ version : 9
114126 - name : Setup node
115127 uses : actions/setup-node@v4
116128 with :
@@ -140,6 +152,9 @@ jobs:
140152 url : https://www.npmjs.com/package/databend-driver
141153 steps :
142154 - uses : actions/checkout@v4
155+ - uses : pnpm/action-setup@v4
156+ with :
157+ version : 9
143158 - name : Setup node
144159 uses : actions/setup-node@v4
145160 with :
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020
21+ - uses : pnpm/action-setup@v4
22+ with :
23+ version : 9
24+
2125 - uses : actions/setup-node@v4
2226 with :
2327 node-version : " 22"
You can’t perform that action at this time.
0 commit comments