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 a55cfbf commit 1743da0Copy full SHA for 1743da0
.github/workflows/nodejs.yml
@@ -3,7 +3,7 @@ name: Node.js CI
3
on: [push, pull_request]
4
5
env:
6
- nodeVersion: 14.x
+ nodeVersion: 20.x
7
dotNetVersion: 6.0.x
8
9
jobs:
.gitignore
@@ -1,4 +1,3 @@
1
-package-lock.json
2
node_modules/
artifacts/
link-transformer-resolved-links.md
@@ -9,4 +8,5 @@ JS-Howto.xml
JS-ApiReference-Compact.json
10
JS-Howto-Compact.json
11
.DS_Store
12
-.vscode
+.vscode
+.idea
0 commit comments