Skip to content

Commit a18f6ee

Browse files
Update dependency node to v24 (#235)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 650b393 commit a18f6ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/setup-node@v6
1212
with:
13-
node-version: 22
13+
node-version: 24
1414
- run: corepack enable
1515
- uses: actions/checkout@v5
1616
- uses: ./.github/actions/build

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/setup-node@v6
1212
with:
13-
node-version: 22
13+
node-version: 24
1414
- run: corepack enable
1515
- uses: actions/checkout@v5
1616
- uses: ./.github/actions/build

0 commit comments

Comments
 (0)