Skip to content

Commit 7687762

Browse files
authored
Specify exact Node.js version in build workflow
1 parent 5027428 commit 7687762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v6
2828
with:
29-
node-version: 24.10
29+
node-version: 24.10.0
3030
cache: npm
3131

3232
- name: Install dependencies

0 commit comments

Comments
 (0)