Skip to content

Commit 8863682

Browse files
committed
Remove old attw matrix entry
1 parent aaac9c7 commit 8863682

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,7 @@ jobs:
8989
fail-fast: false
9090
matrix:
9191
node: ['16.x']
92-
example:
93-
[
94-
'cra4',
95-
'cra5',
96-
'next',
97-
'vite',
98-
'node-standard',
99-
'node-esm',
100-
'are-the-types-wrong'
101-
]
92+
example: ['cra4', 'cra5', 'next', 'vite', 'node-standard', 'node-esm']
10293
steps:
10394
- name: Checkout repo
10495
uses: actions/checkout@v2

0 commit comments

Comments
 (0)