1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-04 08:05:50 +00:00
This commit is contained in:
disisdsid 2024-03-14 13:29:56 +07:00 committed by GitHub
commit 916c74fe64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10, 12, 14]
node-version: [10, 12, 14, 16, 18 ]
steps:
- uses: actions/checkout@v4
- name: Setup Node
@ -140,7 +140,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10, 12, 14]
node-version: [10, 12, 14, 16, 18]
steps:
- uses: actions/checkout@v4
- name: Setup Node and check latest
@ -205,7 +205,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [11, 13]
node-version: [11, 13, 16, 18]
steps:
- uses: actions/checkout@v4
- name: Setup Node from dist