Skip to content

Commit 0a4c765

Browse files
committed
↑ bump node version
1 parent b360b42 commit 0a4c765

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

svg-only/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Generates a snake game from a github user contributions grid. Outp
33
author: "platane"
44

55
runs:
6-
using: node20
6+
using: node24
77
main: dist/index.js
88

99
inputs:
@@ -24,7 +24,7 @@ inputs:
2424
2525
- palette: A preset of color, one of [github, github-dark, github-light]
2626
- color_snake: Color of the snake
27-
- color_dots: Coma separated list of dots color.
27+
- color_dots: Coma separated list of dots color.
2828
The first one is 0 contribution, then it goes from the low contribution to the highest.
2929
Exactly 5 colors are expected.
3030

0 commit comments

Comments
 (0)