Skip to content

Commit 7891790

Browse files
committed
chore: use the repo standard Node version in the agent deploy workflow
Aligns node-version to 22.23.1 (.nvmrc), matching every other workflow.
1 parent 9430288 commit 7891790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dashboard-agent-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup node
5252
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5353
with:
54-
node-version: 20.20.2
54+
node-version: 22.23.1
5555
cache: "pnpm"
5656

5757
- name: Install + build the CLI and the agent's deps

0 commit comments

Comments
 (0)