Skip to content

Commit

Permalink
update Node.js version 16.x, 18.x, 19.x and add 20.x, 21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sheplu authored and UlisesGascon committed Nov 11, 2023
1 parent 55d245e commit 51db5b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- Node.js 17.x
- Node.js 18.x
- Node.js 19.x
- Node.js 20.x
- Node.js 21.x

include:
- name: Node.js 0.10
Expand Down Expand Up @@ -107,10 +109,16 @@ jobs:
node-version: "17.9"

- name: Node.js 18.x
node-version: "18.15"
node-version: "18.18"

- name: Node.js 19.x
node-version: "19.7"
node-version: "19.9"

- name: Node.js 20.x
node-version: "20.9"

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

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ environment:
- nodejs_version: "15.14"
- nodejs_version: "16.20"
- nodejs_version: "17.9"
- nodejs_version: "18.15"
- nodejs_version: "19.7"
- nodejs_version: "18.18"
- nodejs_version: "19.9"
- nodejs_version: "20.9"
- nodejs_version: "21.1"
cache:
- node_modules
install:
Expand Down

0 comments on commit 51db5b6

Please sign in to comment.