File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v5
3333 - uses : actions/setup-node@v4
3434 with :
35- node-version : 18
35+ node-version : 24
3636 - run : node --version
3737 - run : npm install --engine-strict
3838 working-directory : .github/scripts
4646 - uses : actions/checkout@v5
4747 - uses : actions/setup-node@v4
4848 with :
49- node-version : 18
49+ node-version : 24
5050 - run : npm install --engine-strict
5151 - run : npm test
5252 env :
5757 - uses : actions/checkout@v5
5858 - uses : actions/setup-node@v4
5959 with :
60- node-version : 18
60+ node-version : 24
6161 - run : npm install
6262 - run : npm run lint
6363 # TODO(https://github.com/googleapis/nodejs-bigquery/issues/1582)
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1111 - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1212 with :
13- node-version : 16
13+ node-version : 24
1414 # Install all deps, including dev dependencies.
1515 - run : npm install
1616 # Generate types
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v5
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 18
16+ node-version : 24
1717 - run : npm install
1818 working-directory : ./.github/scripts
1919 - uses : actions/github-script@v7
Original file line number Diff line number Diff line change 7171 "@types/extend" : " ^3.0.4" ,
7272 "@types/is" : " ^0.0.25" ,
7373 "@types/mocha" : " ^10.0.10" ,
74- "@types/node" : " ^22.14 .0" ,
74+ "@types/node" : " ^24.0 .0" ,
7575 "@types/proxyquire" : " ^1.3.31" ,
7676 "@types/sinon" : " ^17.0.4" ,
7777 "c8" : " ^10.1.3" ,
You can’t perform that action at this time.
0 commit comments