Skip to content

Commit

Permalink
update to node with AbortController
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Nov 18, 2021
1 parent 42e7b40 commit d2235b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
strategy:
matrix:
python-version: [3.9]
node-version: [14]
node-version: [16]
package:
- progress
- progress-element
Expand All @@ -123,8 +123,6 @@ jobs:
npm run build
- name: Lint with ESLint
run: npm run lint
- name: Start test server
run: python -m tests.server &
- name: Test with Jest
run: |
cd packages/$PACKAGE
Expand Down

0 comments on commit d2235b5

Please sign in to comment.