We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fea12 commit 23b44b3Copy full SHA for 23b44b3
.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
118
node-version: "20.11"
119
120
- name: Node.js 21.x
121
- node-version: "21.6.1"
+ node-version: "21.6.2"
122
123
steps:
124
- uses: actions/checkout@v4
appveyor.yml
@@ -22,7 +22,7 @@ environment:
22
- nodejs_version: "18.19"
23
- nodejs_version: "19.9"
24
- nodejs_version: "20.11"
25
- - nodejs_version: "21.6.1"
+ - nodejs_version: "21.6.2"
26
cache:
27
- node_modules
28
install:
0 commit comments