Skip to content

Commit d2235b5

Browse files
committed
update to node with AbortController
1 parent 42e7b40 commit d2235b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
strategy:
9999
matrix:
100100
python-version: [3.9]
101-
node-version: [14]
101+
node-version: [16]
102102
package:
103103
- progress
104104
- progress-element
@@ -123,8 +123,6 @@ jobs:
123123
npm run build
124124
- name: Lint with ESLint
125125
run: npm run lint
126-
- name: Start test server
127-
run: python -m tests.server &
128126
- name: Test with Jest
129127
run: |
130128
cd packages/$PACKAGE

0 commit comments

Comments
 (0)