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

Commit 783c7a2

Browse files
committed
chore: update Node.js versions to v20 and v22
1 parent 1e8dbfb commit 783c7a2

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 gitlab 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
@@ -44,6 +44,6 @@
4444
"typescript": "^5.5.4"
4545
},
4646
"engines": {
47-
"node": ">=18"
47+
"node": ">=20"
4848
}
4949
}

0 commit comments

Comments
 (0)