Skip to content

Commit 5d95a9f

Browse files
committed
Merge branch 'main' into styleStreamline
2 parents 62cc6bb + 28954ea commit 5d95a9f

File tree

8 files changed

+5559
-3518
lines changed

8 files changed

+5559
-3518
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
matrix:
1717
node-version:
18-
- 14.x
1918
- 16.x
19+
- 18.x
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Use Node.js ${{ matrix.node-version }}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
node_modules
2-
# dist
2+
dist
33
lib
44
src/versionInfo.ts
55
.idea

0 commit comments

Comments
 (0)