We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4fd3d commit 3b34543Copy full SHA for 3b34543
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
node-version: "14.18"
57
58
- name: Node.js 16.x
59
- node-version: "16.9"
+ node-version: "16.10"
60
61
steps:
62
- uses: actions/checkout@v2
appveyor.yml
@@ -8,7 +8,7 @@ environment:
8
- nodejs_version: "10.24"
9
- nodejs_version: "12.22"
10
- nodejs_version: "14.18"
11
- - nodejs_version: "16.9"
+ - nodejs_version: "16.10"
12
install:
13
# Install Node.js
14
- ps: >-
0 commit comments