We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7638c3 commit 0a4d19eCopy full SHA for 0a4d19e
.github/workflows/build.yml
@@ -8,8 +8,8 @@ jobs:
8
strategy:
9
matrix:
10
node-version:
11
- - 12.x
12
- - 14.x
+ - 18
+ - 19
13
steps:
14
- uses: actions/checkout@v3
15
- name: Set up Node ${{ matrix.node-version }}
package.json
@@ -4,8 +4,8 @@
4
"description": "The Command Line Interface (CLI) for Asciidoctor.js",
5
"main": "lib/cli.js",
6
"engines": {
7
- "node": ">=8.11",
- "npm": ">=5.0.0"
+ "node": ">=16",
+ "npm": ">=8.0.0"
},
"files": [
"bin",
0 commit comments