Skip to content

Commit 29bc711

Browse files
committed
Minimum version specified by dependencies is Node @ 14.x.x
1 parent 151625f commit 29bc711

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nodejs-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
operating-system: [ubuntu-latest, macos-latest, windows-latest]
19-
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]
19+
node-ver: [14.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
2020
exclude:
21-
- operating-system: macos-latest # No Node 14 image is there for the arm64 architecture of mac
21+
- operating-system: macos-latest
2222
node-ver: 14.x
2323
include:
24-
- operating-system: macos-13 # No Node 14 image is there for the arm64 architecture of mac
24+
- operating-system: macos-13
2525
node-ver: 14.x
2626
runs-on: ${{matrix.operating-system}}
2727
steps:

0 commit comments

Comments
 (0)