diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index d825764..b539977 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -5,6 +5,9 @@ on: issue_comment: types: [created] +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true' + jobs: hello: runs-on: ubuntu-latest diff --git a/action.yml b/action.yml index 9bb1da1..942c4d2 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ outputs: comment_body: description: The comment body. runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: check-circle