Skip to content

Commit 02c5921

Browse files
authored
chore(ci): pin node-version to align with the other workflows (#6934)
1 parent e7c3a1d commit 02c5921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-installers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
- name: Setup Node.js
177177
uses: actions/setup-node@v4
178178
with:
179-
node-version: 22
179+
node-version: 22.15.1
180180
cache: 'npm'
181181

182182
- name: Run post-checkout command

0 commit comments

Comments
 (0)