Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sheplu committed Aug 17, 2023
1 parent 3e53e54 commit 4f468e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ jobs:
node-version: "17.9"

- name: Node.js 18.x
node-version: "18.16"
node-version: "18.17"

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

- name: Node.js 20.x
node-version: "20.1"
node-version: "20.5"

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ environment:
- nodejs_version: "15.14"
- nodejs_version: "16.20"
- nodejs_version: "17.9"
- nodejs_version: "18.16"
- nodejs_version: "18.17"
- nodejs_version: "19.9"
- nodejs_version: "20.1"
- nodejs_version: "20.5"
cache:
- node_modules
install:
Expand Down

0 comments on commit 4f468e3

Please sign in to comment.