We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e7b40 commit d2235b5Copy full SHA for d2235b5
.github/workflows/test.yml
@@ -98,7 +98,7 @@ jobs:
98
strategy:
99
matrix:
100
python-version: [3.9]
101
- node-version: [14]
+ node-version: [16]
102
package:
103
- progress
104
- progress-element
@@ -123,8 +123,6 @@ jobs:
123
npm run build
124
- name: Lint with ESLint
125
run: npm run lint
126
- - name: Start test server
127
- run: python -m tests.server &
128
- name: Test with Jest
129
run: |
130
cd packages/$PACKAGE
0 commit comments