We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc18f9 commit 69ad1ceCopy full SHA for 69ad1ce
.github/workflows/ci.yml
@@ -114,7 +114,7 @@ jobs:
114
node-version: "19.7"
115
116
- name: Node.js 20.x
117
- node-version: "20.11"
+ node-version: "20.11.1"
118
steps:
119
- uses: actions/checkout@v3
120
appveyor.yml
@@ -21,7 +21,7 @@ environment:
21
- nodejs_version: "17.9"
22
- nodejs_version: "18.15"
23
- nodejs_version: "19.7"
24
- - nodejs_version: "20.11"
+ - nodejs_version: "20.11.1"
25
cache:
26
- node_modules
27
install:
0 commit comments