Skip to content

Commit

Permalink
chore: Update Node.js version 16 & Node.js version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sheplu committed Feb 1, 2023
1 parent 8368dc1 commit 17f8b4e
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 @@ -100,13 +100,13 @@ jobs:
node-version: "15.14"

- name: Node.js 16.x
node-version: "16.17"
node-version: "16.19"

- name: Node.js 17.x
node-version: "17.9"

- name: Node.js 18.x
node-version: "18.10"
node-version: "18.123"

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ environment:
- nodejs_version: "13.14"
- nodejs_version: "14.20"
- nodejs_version: "15.14"
- nodejs_version: "16.17"
- nodejs_version: "16.19"
- nodejs_version: "17.9"
- nodejs_version: "18.10"
- nodejs_version: "18.13"
cache:
- node_modules
install:
Expand Down

0 comments on commit 17f8b4e

Please sign in to comment.