Skip to content

Commit

Permalink
add node 21, as an example
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 27, 2024
1 parent 4405afc commit 538a1a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
node: ${{ fromJson(needs.get-lts.outputs.active) }}
# include:
# - node: 22
node:
- ${{ fromJson(needs.get-lts.outputs.active) }}
- 22
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 538a1a6

Please sign in to comment.