We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd1d9c commit d431a10Copy full SHA for d431a10
.github/workflows/.deploy_stack.yml
@@ -117,7 +117,7 @@ jobs:
117
- name: setup node
118
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
119
with:
120
- node-version: '22'
+ node-version: '24'
121
cache: 'npm'
122
cache-dependency-path: frontend/package-lock.json
123
- name: Configure AWS Credentials
.github/workflows/.e2e.yml
@@ -41,7 +41,7 @@ jobs:
41
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
42
name: Setup Node
43
44
- node-version: 22
+ node-version: 24
45
46
47
- name: Fix permissions
0 commit comments