Skip to content

Commit c8c0648

Browse files
authored
Merge pull request #280 from ryanwalters/renovate/node-24.x
chore(deps): update dependency node to v24
2 parents dc3f6cf + c920c08 commit c8c0648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.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: 20
15+
node-version: 24
1616
- run: npm ci
1717
- run: npm test
1818
- run: npx semantic-release

0 commit comments

Comments
 (0)