Skip to content

Commit d50c320

Browse files
committed
Migrate to NodeJS 16 timmson#47
1 parent 764882a commit d50c320

15 files changed

Lines changed: 41238 additions & 8264 deletions

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
node-version: [ 12.x ]
10+
node-version: [ 16.x ]
1111

1212
steps:
1313
- uses: actions/checkout@v1

mindmap/index.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mindmap/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mindmap/index.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v4.6.0 (https://getbootstrap.com/)
2+
* Bootstrap v4.6.1 (https://getbootstrap.com/)
33
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
55
*/

0 commit comments

Comments
 (0)