Skip to content

Commit bae565b

Browse files
authored
ci: stop testing against NodeJS v14, v16 (#78)
* build(package): set minimal node version in engines field to v18 BREAKING CHANGE: Drop support for NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16
1 parent dcd8c5a commit bae565b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
node_version:
16-
- 14
17-
- 16
1816
- 18
17+
- 20
1918
steps:
2019
- uses: actions/checkout@v3
2120
- name: Use Node.js ${{ matrix.node_version }}

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,8 @@
9797
}
9898
]
9999
]
100+
},
101+
"engines": {
102+
"node": ">= 18"
100103
}
101104
}

0 commit comments

Comments
 (0)