1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-03 15:45:52 +00:00

Update versions.yml

This commit is contained in:
aparnajyothi-y 2024-09-30 14:03:15 +05:30 committed by GitHub
parent 48d1617472
commit a4b94e20d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-24.04, windows-latest, macos-latest]
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4