Skip to content

Commit 42faee2

Browse files
committed
feat: Export improved types for describe.each
Also add type tests.
1 parent 35fa224 commit 42faee2

15 files changed

+11474
-11237
lines changed

.github/workflows/build-and-test-on-push.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '16'
15+
node-version-file: .nvmrc
1616
- run: npm ci
17-
- run: npm run check-types
1817
- run: npm run test

.github/workflows/build-test-publish-on-version-tag.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '16'
15+
node-version-file: .nvmrc
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: npm ci
18-
- run: npm run check-types
1918
- run: npm run test
2019
- run: npm publish
2120
env:

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18

0 commit comments

Comments
 (0)