Skip to content

Commit 833b716

Browse files
committed
fix: configure action to run one node24
From GitHub, > Node.js 20 actions are deprecated. The following actions are running > on Node.js 20 and may not work as expected: freckle/stack-action@v5. > Actions will be forced to run with Node.js 24 by default starting June > 2nd, 2026 We've already been using this for the unit suite on CI since Renovate bumped `.nvmrc` on us and we didn't notice to keep `action.yml` in sync.
1 parent df7ba00 commit 833b716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ inputs:
7474
description: |
7575
**Deprecated** use `env.STACK_YAML` or `stack-arguments` instead.
7676
runs:
77-
using: "node20"
77+
using: "node24"
7878
main: "dist/index.js"

0 commit comments

Comments
 (0)