0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

chore: test with latest minor versions of node (#10526)

This commit is contained in:
Arsh 2024-03-22 08:23:18 +05:30 committed by GitHub
parent 627e47d67a
commit fda2a800e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,12 +105,12 @@ jobs:
strategy:
matrix:
OS: [ubuntu-latest]
NODE_VERSION: [18, 20.5.1]
NODE_VERSION: [18, 20]
include:
- os: macos-14
NODE_VERSION: 18
- os: windows-latest
NODE_VERSION: 18.17.1
NODE_VERSION: 18
fail-fast: false
env:
NODE_VERSION: ${{ matrix.NODE_VERSION }}
@ -147,7 +147,7 @@ jobs:
strategy:
matrix:
OS: [ubuntu-latest, windows-latest]
NODE_VERSION: [18.17.1]
NODE_VERSION: [18]
fail-fast: false
env:
NODE_VERSION: ${{ matrix.NODE_VERSION }}