Skip to content

Commit

Permalink
Merge pull request #507 from ccnmtl/removemochachrome
Browse files Browse the repository at this point in the history
move to mocha-headless-chrome
  • Loading branch information
nikolas committed Apr 20, 2023
2 parents 9e2b1c4 + 5f35666 commit 6403d67
Show file tree
Hide file tree
Showing 4 changed files with 4,445 additions and 2,761 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: build-and-test
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [12.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: npm install
Expand Down

0 comments on commit 6403d67

Please sign in to comment.