Skip to content

Commit 1ee429e

Browse files
committed
Update build-container.yml
1 parent bfc4a6e commit 1ee429e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
5151
- name: Setup Node.js
5252
if: steps.check_client.outputs.requires_npm == 'true'
53-
uses: actions/setup-node@v3
53+
uses: actions/setup-node@v6
5454
with:
55-
node-version: 22
55+
node-version: 24
5656

5757
- name: Install npm dependencies
5858
if: steps.check_client.outputs.requires_npm == 'true'

0 commit comments

Comments
 (0)