mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +00:00
add support Node.js@22 in the CI (#5627)
Co-authored-by: Mert Can Altin <mert.altin@trendyol.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user