Skip to content

Commit 6dd34ef

Browse files
authored
Merge pull request #50 from carlopi/remove_osx_12_14
Remove node 12 and 14 on OSX (to be reviewed if CI can be fixed)
2 parents 809154b + 9fca40e commit 6dd34ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NodeJS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
strategy:
115115
matrix:
116116
target_arch: [ x64, arm64 ]
117-
node: [ '12', '14', '16', '17', '18', '19', '20', '21']
117+
node: [ '16', '17', '18', '19', '20', '21']
118118
isRelease:
119119
- ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
120120
exclude:

0 commit comments

Comments
 (0)