Skip to content

Commit 770817b

Browse files
committed
Remove support for end-of-life Node.js version 16.
1 parent 3e6f0dc commit 770817b

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node:
17-
- 16
1817
- 18
1918
- 20
2019
os:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine
1+
FROM node:lts-alpine
22

33
WORKDIR /app
44

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"markdownlint": "markdownlint.js"
88
},
99
"engines": {
10-
"node": ">=16"
10+
"node": ">=18"
1111
},
1212
"scripts": {
1313
"invalid": "node ./markdownlint.js --config test/test-config.json -- test/incorrect.md",

0 commit comments

Comments
 (0)