Skip to content

Commit

Permalink
Use web test runner instead of karma (#46)
Browse files Browse the repository at this point in the history
* convert package-lock.json to version 3

* use web-test-runner instead of karma

* actually install web test runner

* set node version to 16
  • Loading branch information
koddsson committed Jul 21, 2023
1 parent 129f5fc commit fd56c9e
Show file tree
Hide file tree
Showing 4 changed files with 5,961 additions and 4,723 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-modules-
- name: Use Node.js 12
uses: actions/setup-node@v2
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit fd56c9e

Please sign in to comment.