Skip to content

Commit c1f69f3

Browse files
committed
add
1 parent 0a9f646 commit c1f69f3

File tree

98 files changed

+3577
-4626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+3577
-4626
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- lts/*
1919
- latest
2020
steps:
21-
- uses: actions/checkout@v4
22-
- uses: actions/setup-node@v4
21+
- uses: actions/checkout@v5
22+
- uses: actions/setup-node@v5
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- run: npm ci

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
node_modules
22
npm-debug.log
3-
lib/generated/implementedProperties.js
43
lib/generated/properties.js
4+
lib/generated/propertyList.js

0 commit comments

Comments
 (0)