Skip to content

Commit 417b303

Browse files
authored
build: bump node versions (#310)
* build: bump node versions Signed-off-by: Lídia Tarcza <[email protected]>
1 parent 7c50bf4 commit 417b303

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"./auth/utils/read-credentials-file": "./auth/utils/read-credentials-file.browser"
9090
},
9191
"engines": {
92-
"node": ">=18"
92+
"node": ">=20"
9393
},
9494
"scripts": {
9595
"clean": "rm -fr node_modules sdk-test-utilities/node_modules",

0 commit comments

Comments
 (0)