Skip to content

Commit cab8a93

Browse files
Update dependency node to v24.17.0
1 parent 52d1d34 commit cab8a93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v6.0.2
1616
- uses: actions/setup-node@v6.4.0
1717
with:
18-
node-version: 20.20.2
18+
node-version: 24.17.0
1919
- run: npm ci
2020
- run: npm test
2121

@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v6.0.2
2727
- uses: actions/setup-node@v6.4.0
2828
with:
29-
node-version: 24.15.0
29+
node-version: 24.17.0
3030
registry-url: https://registry.npmjs.org/
3131
package-manager-cache: false
3232
- run: npm ci

0 commit comments

Comments
 (0)