Skip to content

Commit

Permalink
Merge pull request #161 from dajiaji/add-support-for-node-22
Browse files Browse the repository at this point in the history
Add Node.js 22 to CI.
  • Loading branch information
dajiaji authored Aug 12, 2024
2 parents d909aa7 + e7b09b9 commit 0588785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 19.x, 20.x, 21.x]
node-version: [18.x, 19.x, 20.x, 21.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ This module works on web browsers, Node.js, Deno and various other JavaScript ru
[Request](https://developer.mozilla.org/en-US/docs/Web/API/Request)/[Response](https://developer.mozilla.org/en-US/docs/Web/API/Response)
interface of
[Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API).
- **Node.js**: 18.x, 19.x, 20.x
- **Node.js**: 18.x, 19.x, 20.x, 21.x, 22.x
- **Deno**: 1.x
- **bun**: 0.3-
- **bun**: 0.x, 1.x
- **Cloudflare Workers**
- **@fastly/js-compute**

Expand Down

0 comments on commit 0588785

Please sign in to comment.