Skip to content

Commit

Permalink
ci: Update Node LTS matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored May 16, 2024
1 parent dbe2976 commit 1df8941
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ jobs:
prepare_matrix:
runs-on: ubuntu-latest
outputs:
versions: ${{ steps.generate-matrix.outputs.versions }}
versions: ${{ steps.generate-matrix.outputs.active }}
steps:
- name: Select 3 most recent LTS versions of Node.js
- name: Select all active LTS versions of Node.js
id: generate-matrix
run: echo "versions=$(curl -s https://endoflife.date/api/nodejs.json | jq -c '[[.[] | select(.lts != false)][:3] | .[].cycle | tonumber]')" >> "$GITHUB_OUTPUT"

uses: msimerson/node-lts-versions@v1

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1df8941

Please sign in to comment.