Skip to content

Commit 56b3022

Browse files
committed
retrieval include paths correctly
1 parent 204d5a6 commit 56b3022

File tree

7 files changed

+403
-46
lines changed

7 files changed

+403
-46
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
submodules: true
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 20
17+
node-version: 22
1818

1919
- run: npm ci
2020
- run: sudo apt-get install libgtest-dev

.github/workflows/publish.yml

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

1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 20
18+
node-version: 22
1919

2020
- run: npm ci
2121

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
/build*
77
/transform/listFunctions.mjs
8+
/transform/tsconfig.tsbuildinfo
89

910
/coverage
1011
/coverage-ts

0 commit comments

Comments
 (0)