Skip to content

Commit fd56c9e

Browse files
authored
Use web test runner instead of karma (#46)
* convert package-lock.json to version 3 * use web-test-runner instead of karma * actually install web test runner * set node version to 16
1 parent 129f5fc commit fd56c9e

File tree

4 files changed

+5961
-4723
lines changed

4 files changed

+5961
-4723
lines changed

.github/workflows/nodejs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
2828
restore-keys: |
2929
${{ runner.os }}-node-modules-
30-
- name: Use Node.js 12
31-
uses: actions/setup-node@v2
30+
- name: Use Node.js 16
31+
uses: actions/setup-node@v3
3232
with:
33-
node-version: '12'
33+
node-version: '16'
3434

3535
- name: Install dependencies
3636
run: npm install

0 commit comments

Comments
 (0)