Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18', '20', '22']
node-version: ['20', '22', '24']

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This project contains core functionality required by Node.js code generated by t
```

## Prerequisites
- Node.js version 18 or newer
- Node.js version 20 or newer

## Usage
This package exports a single object containing a number of modules as top level properties.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"./auth/utils/read-credentials-file": "./auth/utils/read-credentials-file.browser"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"scripts": {
"clean": "rm -fr node_modules sdk-test-utilities/node_modules",
Expand Down