Skip to content

Commit efccfbf

Browse files
authored
Merge pull request #142 from codefori/feature/dove
Feature: Visual Explain
2 parents 6fa5cfb + 5f50ab9 commit efccfbf

File tree

16 files changed

+1777
-312
lines changed

16 files changed

+1777
-312
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: '16'
14+
node-version: '20'
1515
- uses: actions/checkout@v2
1616

1717
- run: npm install

.github/workflows/webpack_ci.yaml

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

1313
strategy:
1414
matrix:
15-
node-version: [16.x]
15+
node-version: [20.x]
1616

1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)