Skip to content

Commit

Permalink
Correct Node LTS version use.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Feb 12, 2024
1 parent a96b6fc commit a66b5e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node-version: [20.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jsdoc-to-markdown": "^7.1.1"
},
"engines": {
"node": ">=20"
"node": ">=18"
},
"main": "./lib/index.js"
}

0 comments on commit a66b5e5

Please sign in to comment.