Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit b498d2f

Browse files
authored
chore: update Node.js versions to v20 and v22 (#149)
1 parent b2184a2 commit b498d2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [18.x, 20.x]
16+
node-version: [20.x, 22.x]
1717
fail-fast: false
1818
steps:
1919
- name: Harden Runner

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Download and (optionaly) extract github repository archive.
1111

1212
## Requirements
1313

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

1616
## Getting Started
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"typescript": "^5.5.4"
4848
},
4949
"engines": {
50-
"node": ">=18"
50+
"node": ">=20"
5151
}
5252
}

0 commit comments

Comments
 (0)