Skip to content

Commit 04fa1e0

Browse files
committed
chore: update Node.js version to 24.13.0 in publish.yml
1 parent 9225cc6 commit 04fa1e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: '24.x'
15+
node-version: '24.13.0'
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: npm version from-git --git-tag-version=false
1818
- run: npm ci

0 commit comments

Comments
 (0)