Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 673f3de

Browse files
committedJul 29, 2024··
chore: remove node 12-15 from legacy arm (they don't come with arm versions)
1 parent 63fc2a6 commit 673f3de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
fail-fast: false
142142
matrix:
143143
os: [macos-14]
144-
node: [12, 13, 14, 15, 16, 17, 19]
144+
node: [16, 17, 19]
145145
steps:
146146
- name: Checkout repository
147147
uses: actions/checkout@v3

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
fail-fast: false
171171
matrix:
172172
os: [macos-14]
173-
node: [12, 13, 14, 15, 16, 17, 19]
173+
node: [16, 17, 19]
174174
steps:
175175
- name: Checkout repository
176176
uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.