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 c68e06b commit f9191c4Copy full SHA for f9191c4
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: actions/setup-node@v1
18
with:
19
- node-version: 16.16.0
+ node-version: 16.18.0
20
21
- run: npm install -g npm@^8
22
package.json
@@ -182,7 +182,7 @@
182
}
183
},
184
"node": {
185
- "version": "16.16.0",
+ "version": "16.18.0",
186
"targets": [
187
"win32-x64",
188
"linux-x64",
0 commit comments