add support Node.js@22 in the CI (#5627)

Co-authored-by: Mert Can Altin <mert.altin@trendyol.com>
This commit is contained in:
Mert Can Altin
2024-05-05 01:15:53 +03:00
committed by GitHub
parent b44191eb3d
commit 4b9cd2fd0e
2 changed files with 5 additions and 0 deletions

View File

@@ -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
@@ -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