Skip to content

Commit

Permalink
chore: update Node.js versions to v20 and v22 (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabnguess authored Dec 23, 2024
1 parent c6ba6b5 commit 67eefeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
node-version: [20.x]
node-version: [20.x, 22.x]
os: [ubuntu-latest]
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This project is designed to generate periodic security reports in both HTML and

## Requirements

- [Node.js](https://nodejs.org/en/) v18 or higher.
- [Node.js](https://nodejs.org/en/) v20 or higher.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"open": "^10.1.0"
},
"engines": {
"node": ">=18"
"node": ">=20"
}
}

0 comments on commit 67eefeb

Please sign in to comment.