Skip to content

Commit 1743da0

Browse files
committed
CI: Update node, add lockfile, pin tools (DevExpress#8065)
1 parent a55cfbf commit 1743da0

File tree

4 files changed

+987
-4
lines changed

4 files changed

+987
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Node.js CI
33
on: [push, pull_request]
44

55
env:
6-
nodeVersion: 14.x
6+
nodeVersion: 20.x
77
dotNetVersion: 6.0.x
88

99
jobs:

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
package-lock.json
21
node_modules/
32
artifacts/
43
link-transformer-resolved-links.md
@@ -9,4 +8,5 @@ JS-Howto.xml
98
JS-ApiReference-Compact.json
109
JS-Howto-Compact.json
1110
.DS_Store
12-
.vscode
11+
.vscode
12+
.idea

0 commit comments

Comments
 (0)