Skip to content

Commit d431a10

Browse files
chore(deps): update dependency node to v24 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5bd1d9c commit d431a10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/.deploy_stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: setup node
118118
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
119119
with:
120-
node-version: '22'
120+
node-version: '24'
121121
cache: 'npm'
122122
cache-dependency-path: frontend/package-lock.json
123123
- name: Configure AWS Credentials

.github/workflows/.e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
4242
name: Setup Node
4343
with:
44-
node-version: 22
44+
node-version: 24
4545
cache: 'npm'
4646
cache-dependency-path: frontend/package-lock.json
4747
- name: Fix permissions

0 commit comments

Comments
 (0)