We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c50bf4 commit f5db5d5Copy full SHA for f5db5d5
.github/workflows/build.yaml
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
strategy:
45
matrix:
46
- node-version: ['18', '20', '22']
+ node-version: ['20', '22', '24']
47
48
steps:
49
- name: Checkout repository
README.md
@@ -13,7 +13,7 @@ This project contains core functionality required by Node.js code generated by t
13
```
14
15
## Prerequisites
16
-- Node.js version 18 or newer
+- Node.js version 20 or newer
17
18
## Usage
19
This package exports a single object containing a number of modules as top level properties.
0 commit comments