Skip to content

Commit 5173626

Browse files
committed
Update pipeline_deployment.yaml
1 parent 6668886 commit 5173626

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline_deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Setup Node.js environment
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
21-
node-version: "18"
21+
node-version: "24"
2222

2323
- name: Install dependencies
2424
working-directory: App

0 commit comments

Comments
 (0)