Skip to content

Commit 2b9a0ab

Browse files
committed
Run CI against latest and LTS NodeJS
1 parent 2150125 commit 2b9a0ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pipeline.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
pipeline:
77
name: pipeline
88
runs-on: ubuntu-latest
9+
strategy:
10+
matrix:
11+
node: ["latest", "lts/*"]
912

1013
steps:
1114
- uses: actions/checkout@v4
@@ -16,7 +19,7 @@ jobs:
1619

1720
- uses: actions/setup-node@v4
1821
with:
19-
node-version: latest
22+
node-version: ${{ matrix.node }}
2023
cache: "pnpm"
2124
registry-url: "https://registry.npmjs.org"
2225

0 commit comments

Comments
 (0)