Skip to content

Commit 9d11e38

Browse files
committed
build: Node.js@16.14
1 parent 989e3fc commit 9d11e38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
node-version: "15.14"
103103

104104
- name: Node.js 16.x
105-
node-version: "16.13"
105+
node-version: "16.14"
106106

107107
- name: Node.js 17.x
108108
node-version: "17.3"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ environment:
1717
- nodejs_version: "13.14"
1818
- nodejs_version: "14.19"
1919
- nodejs_version: "15.14"
20-
- nodejs_version: "16.13"
20+
- nodejs_version: "16.14"
2121
- nodejs_version: "17.3"
2222
cache:
2323
- node_modules

0 commit comments

Comments
 (0)