Updated node to support versions higher than 24.
Test Action / test (push) Failing after 16s

This commit is contained in:
2026-05-17 19:03:00 +02:00
parent 9138f03d35
commit cbd576b4de
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"name": "install-github-release",
"name": "@slawek/install-github-release",
"version": "1.0.0",
"description": "A GitHub Action and CLI tool to download and install binaries from GitHub releases",
"main": "dist/index.js",
@@ -22,7 +22,7 @@
"author": "Sławomir Koszewski",
"license": "MIT",
"engines": {
"node": "24.x"
"node": ">=24.0.0"
},
"dependencies": {
"@actions/core": "3.0.0",