Skip to content

Commit 8055f78

Browse files
committed
1 parent 5364219 commit 8055f78

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
@@ -105,7 +105,7 @@ jobs:
105105
node-version: "16.14"
106106

107107
- name: Node.js 17.x
108-
node-version: "17.6"
108+
node-version: "17.7"
109109

110110
steps:
111111
- uses: actions/checkout@v2

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ environment:
1818
- nodejs_version: "14.19"
1919
- nodejs_version: "15.14"
2020
- nodejs_version: "16.14"
21-
- nodejs_version: "17.6"
21+
- nodejs_version: "17.7"
2222
cache:
2323
- node_modules
2424
install:

0 commit comments

Comments
 (0)