We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2644554 + 681efb5 commit 1326d0aCopy full SHA for 1326d0a
3 files changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest]
17
- node-version: [20.x]
+ node-version: [24.x]
18
19
steps:
20
- name: Checkout
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
13
os: [ ubuntu-latest ]
- node-version: [ 20.x ]
+ node-version: [ 24.x ]
action.yml
@@ -55,7 +55,7 @@ outputs:
55
status:
56
description: "Status"
57
runs:
58
- using: "node20"
+ using: "node24"
59
main: "dist/index.js"
60
branding:
61
color: "green"
0 commit comments