ci: forçar Node.js 24 nas actions do workflow

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-04-03 22:52:52 +00:00
parent a24406271c
commit fd4d90a53e
2 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ on:
env:
DOCKER_IMAGE_NAME: openmonetis
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
quality:

View File

@@ -5,6 +5,9 @@ on:
branches:
- main
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
release:
runs-on: ubuntu-latest