File tree Expand file tree Collapse file tree 6 files changed +17
-16
lines changed Expand file tree Collapse file tree 6 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 1212 token : ${{ secrets.OCTOKITBOT_PAT }}
1313 - uses : actions/setup-node@v4
1414 with :
15- node-version : 18
15+ node-version : 24
1616 cache : npm
1717 - run : npm ci
1818 - run : echo "./node_modules/.bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 18
19+ node-version : 24
2020 cache : npm
2121 - run : npm ci
2222 - run : npm test
2727 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828 - uses : actions/setup-node@v4
2929 with :
30- node-version : 18
30+ node-version : 24
3131 cache : npm
3232 - run : npm ci
3333 - run : cd payload-examples && npm i && cd ..
3939 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4040 - uses : actions/setup-node@v4
4141 with :
42- node-version : 18
42+ node-version : 24
4343 cache : npm
4444 - run : npm ci
4545 - run : npm run build:schema
5555 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5656 - uses : actions/setup-node@v4
5757 with :
58- node-version : 18
58+ node-version : 24
5959 cache : npm
6060 - run : npm ci
6161 - run : npm run build:webhooks -- --check --cached
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1111 - uses : actions/setup-node@v4
1212 with :
13- node-version : 18
13+ node-version : 24
1414 cache : npm
1515 - run : npm ci
1616 - run : npm run lint:fix
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313 - uses : actions/setup-node@v4
1414 with :
15- node-version : 18
15+ node-version : 24
1616 cache : npm
1717 - run : git checkout webhooks-update || true
1818 - run : npm ci
Original file line number Diff line number Diff line change 7272 "@types/cheerio" : " ^0.22.30" ,
7373 "@types/json-diff" : " ^1.0.0" ,
7474 "@types/json-schema" : " ^7.0.9" ,
75- "@types/node" : " ^22 .0.0" ,
75+ "@types/node" : " ^24 .0.0" ,
7676 "@types/turndown" : " ^5.0.1" ,
7777 "@types/yargs" : " ^17.0.8" ,
7878 "ajv" : " ^8.9.0" ,
You can’t perform that action at this time.
0 commit comments