Skip to content

Commit

Permalink
add support Node.js@22 in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mert Can Altin authored and jonchurch committed May 4, 2024
1 parent b44191e commit 9dae6ed
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 9dae6ed

Please sign in to comment.