fix(ci): opt into Node 24 to silence deprecation warning

This commit is contained in:
2026-05-02 17:56:09 -04:00
parent f80c16eed9
commit f1e375f237
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
steps:
- uses: actions/checkout@v4

View File

@@ -9,6 +9,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
steps:
- uses: actions/checkout@v4