Skip to content

Commit 3b34543

Browse files
committed
1 parent df4fd3d commit 3b34543

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
node-version: "14.18"
5757

5858
- name: Node.js 16.x
59-
node-version: "16.9"
59+
node-version: "16.10"
6060

6161
steps:
6262
- uses: actions/checkout@v2

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
- nodejs_version: "10.24"
99
- nodejs_version: "12.22"
1010
- nodejs_version: "14.18"
11-
- nodejs_version: "16.9"
11+
- nodejs_version: "16.10"
1212
install:
1313
# Install Node.js
1414
- ps: >-

0 commit comments

Comments
 (0)