Skip to content

Commit

Permalink
Run CI against latest and LTS NodeJS
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Nov 28, 2024
1 parent 2150125 commit 2b9a0ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
pipeline:
name: pipeline
runs-on: ubuntu-latest
strategy:
matrix:
node: ["latest", "lts/*"]

steps:
- uses: actions/checkout@v4
Expand All @@ -16,7 +19,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: latest
node-version: ${{ matrix.node }}
cache: "pnpm"
registry-url: "https://registry.npmjs.org"

Expand Down

0 comments on commit 2b9a0ab

Please sign in to comment.