Skip to content

Commit

Permalink
Removed older unsupported node versions from CI
Browse files Browse the repository at this point in the history
Older versions of python and node.gyp fail with:

invalid mode: 'rU' while trying to load binding.gyp
  • Loading branch information
vrza committed Jan 17, 2025
1 parent 9b14f37 commit 8a516f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
virtual-environment: ['ubuntu-latest', 'windows-2019', 'ubuntu-24.04-arm']
node: [12, 14, 16, 18, 20, 22, 23]
node: [16, 18, 20, 22, 23]
include:
- virtual-environment: 'macos-latest'
node: 18
Expand Down

0 comments on commit 8a516f3

Please sign in to comment.