We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbbc8a commit 1c7bbccCopy full SHA for 1c7bbcc
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
node-version: "13.14"
89
90
- name: Node.js 14.x
91
- node-version: "14.18"
+ node-version: "14.19"
92
93
steps:
94
- uses: actions/checkout@v2
appveyor.yml
@@ -15,7 +15,7 @@ environment:
15
- nodejs_version: "11.15"
16
- nodejs_version: "12.22"
17
- nodejs_version: "13.14"
18
- - nodejs_version: "14.18"
+ - nodejs_version: "14.19"
19
cache:
20
- node_modules
21
install:
0 commit comments