Skip to content

Commit f5db5d5

Browse files
committed
build: bump node versions
Signed-off-by: Lídia Tarcza <[email protected]>
1 parent 7c50bf4 commit f5db5d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
node-version: ['18', '20', '22']
46+
node-version: ['20', '22', '24']
4747

4848
steps:
4949
- name: Checkout repository

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project contains core functionality required by Node.js code generated by t
1313
```
1414

1515
## Prerequisites
16-
- Node.js version 18 or newer
16+
- Node.js version 20 or newer
1717

1818
## Usage
1919
This package exports a single object containing a number of modules as top level properties.

0 commit comments

Comments
 (0)