Skip to content

Commit 0911a08

Browse files
committed
_
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent a013686 commit 0911a08

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ permissions: read-all
99
jobs:
1010
build-and-test:
1111
runs-on: ubuntu-latest
12+
strategy:
13+
fail-fast: false
14+
matrix:
15+
node-version:
16+
- 24
17+
- 22
18+
- 20
19+
- 18
1220
steps:
1321
- name: Checkout tree
1422
uses: actions/checkout@v4
@@ -17,7 +25,7 @@ jobs:
1725
uses: actions/setup-node@v4
1826
with:
1927
check-latest: true
20-
node-version-file: .nvmrc
28+
node-version: ${{ matrix.node-version }}
2129

2230
- run: corepack enable
2331

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy