Skip to content

Commit db9760f

Browse files
committed
keep nodejs 16
1 parent 845463a commit db9760f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
needs: [version]
5353
strategy:
5454
matrix:
55-
node-version: [18.x, 20.x]
55+
node-version: [16.x, 18.x, 20.x]
5656
steps:
5757
- uses: actions/checkout@v3
5858
with:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/rtfpessoa/diff2html-cli/issues"
3737
},
3838
"engines": {
39-
"node": ">=18"
39+
"node": ">=16"
4040
},
4141
"preferGlobal": true,
4242
"scripts": {

0 commit comments

Comments
 (0)