Skip to content

Commit

Permalink
add support Node.js@22 in the CI (#5627)
Browse files Browse the repository at this point in the history
Co-authored-by: Mert Can Altin <mert.altin@trendyol.com>
  • Loading branch information
mertcanaltin and Mert Can Altin committed May 4, 2024
1 parent b44191e commit 4b9cd2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -49,6 +49,7 @@ jobs:
- Node.js 19.x
- Node.js 20.x
- Node.js 21.x
- Node.js 22.x

include:
- name: Node.js 0.10
Expand Down Expand Up @@ -134,6 +135,9 @@ jobs:

- name: Node.js 21.x
node-version: "21.6"

- name: Node.js 22.x
node-version: "22.0"

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -23,6 +23,7 @@ environment:
- nodejs_version: "19.9"
- nodejs_version: "20.11"
- nodejs_version: "21.6"
- nodejs_version: "22.0"
cache:
- node_modules
install:
Expand Down

0 comments on commit 4b9cd2f

Please sign in to comment.