Migrate to ESMBundler and node 24 (#345)

This commit is contained in:
Kevin Stillhammer
2026-03-28 16:52:59 +01:00
committed by GitHub
parent f611dfc122
commit 0be154b683
22 changed files with 66801 additions and 77877 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ outputs:
ruff-version:
description: "The installed ruff version. Useful when using latest."
runs:
using: "node20"
main: "dist/ruff-action/index.js"
using: "node24"
main: "dist/ruff-action/index.cjs"
branding:
icon: "code"
color: "black"