Skip to content

Commit cd3ac9b

Browse files
chore(deps): update dependency node to v24
1 parent c5a1644 commit cd3ac9b

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -27,7 +27,7 @@ jobs:
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 ..
@@ -39,7 +39,7 @@ jobs:
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
@@ -55,7 +55,7 @@ jobs:
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

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
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",

0 commit comments

Comments
 (0)