Skip to content

Commit 6401f38

Browse files
authored
fix: update GitHub Actions runtime from node20 to node24 (#17)
1 parent 73e6939 commit 6401f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ outputs:
4141
description: "Boolean indicating if cache was restored"
4242

4343
runs:
44-
using: node20
44+
using: node24
4545
main: dist/index.mjs
4646
post: dist/index.mjs
4747
post-if: success()

0 commit comments

Comments
 (0)