diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3432979..e53a3a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,6 +12,6 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: - node-version: 20 + node-version: 24 - run: npm ci - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f94687e..6e52fbe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: exclude: ^dist/.*$ - id: no-commit-to-branch - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.12 hooks: - id: actionlint - repo: local diff --git a/action.yml b/action.yml index 668e13d..dd818b4 100644 --- a/action.yml +++ b/action.yml @@ -107,5 +107,5 @@ branding: icon: 'shield' color: 'orange' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' diff --git a/flake.nix b/flake.nix index c470e5b..a605c40 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ buildInputs = [ just typescript - nodejs_20 + nodejs_24 pinact pre-commit ]