Skip to content

Commit a0784b5

Browse files
Merge pull request #8 from anolishq/renovate/node-24.x
chore(deps): update dependency node to v24
2 parents 566625a + 738ce9c commit a0784b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 20
29+
node-version: 24
3030
cache: pnpm
3131

3232
- run: pnpm install --frozen-lockfile

.github/workflows/docs-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: 20
27+
node-version: 24
2828
cache: pnpm
2929

3030
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)