Skip to content

Commit

Permalink
chore: add in musl prebuilds for node 20/21
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu authored Feb 5, 2024
1 parent 0890ab4 commit eb92a58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 13, 14, 15, 16, 17, 18, 19]
node: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 13, 14, 15, 16, 17, 18, 19]
node: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 13, 14, 15, 16, 17, 18, 19]
node: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 13, 14, 15, 16, 17, 18, 19]
node: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down

0 comments on commit eb92a58

Please sign in to comment.