node-version: 24

This commit is contained in:
Ludy87 2025-08-19 17:43:21 +02:00
parent 140acab021
commit 40e5598aa5
No known key found for this signature in database
GPG Key ID: 92696155E0220F94
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20
node-version: 24
cache: 'npm'
- run: |
npm install

View File

@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20
node-version: 24
cache: 'npm'
- run: |
npm install