Skip to content

Commit

Permalink
chore: update Node.js versions to v20 and v22 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabnguess authored Dec 23, 2024
1 parent b2184a2 commit b498d2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]
fail-fast: false
steps:
- name: Harden Runner
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Download and (optionaly) extract github repository archive.

## 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 @@ -47,6 +47,6 @@
"typescript": "^5.5.4"
},
"engines": {
"node": ">=18"
"node": ">=20"
}
}

0 comments on commit b498d2f

Please sign in to comment.