Skip to content

Commit

Permalink
chore: remove node 12-15 from legacy arm (they don't come with arm ve…
Browse files Browse the repository at this point in the history
…rsions)
  • Loading branch information
vladfrangu committed Jul 29, 2024
1 parent 63fc2a6 commit 673f3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-14]
node: [12, 13, 14, 15, 16, 17, 19]
node: [16, 17, 19]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-14]
node: [12, 13, 14, 15, 16, 17, 19]
node: [16, 17, 19]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 673f3de

Please sign in to comment.