Skip to content

Commit

Permalink
Minimum version specified by dependencies is Node @ 14.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Jul 23, 2024
1 parent 151625f commit 29bc711
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, macos-latest, windows-latest]
node-ver: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
node-ver: [14.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
exclude:
- operating-system: macos-latest # No Node 14 image is there for the arm64 architecture of mac
- operating-system: macos-latest
node-ver: 14.x
include:
- operating-system: macos-13 # No Node 14 image is there for the arm64 architecture of mac
- operating-system: macos-13
node-ver: 14.x
runs-on: ${{matrix.operating-system}}
steps:
Expand Down

0 comments on commit 29bc711

Please sign in to comment.