Skip to content

Commit

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

include:
- name: Node.js 0.10
Expand Down Expand Up @@ -107,10 +108,13 @@ 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.8"

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ 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.8"
cache:
- node_modules
install:
Expand Down

0 comments on commit b282698

Please sign in to comment.