Skip to content

Commit

Permalink
Merge pull request #47 from perry-mitchell/feat/dep_upgrades
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
perry-mitchell authored Dec 9, 2023
2 parents 4f413f9 + 3191298 commit 1f2960e
Show file tree
Hide file tree
Showing 5 changed files with 7,031 additions and 5,706 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Formatting
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- run: npm ci
- run: npm run test:format
web-specs:
Expand All @@ -37,7 +37,7 @@ jobs:
node-version: 18.x
env:
MOZ_HEADLESS: 1
- run: sudo apt install google-chrome-stable firefox
- run: sudo apt install google-chrome-stable
- run: google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
- run: npm ci
- run: npm run build:web
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = config => {
config.set({
autoWatch: false,
basePath: __dirname,
browsers: ["FirefoxHeadless"],
browsers: ["ChromeHeadless"],
captureTimeout: 15000,
client: {
mocha: {
Expand Down
Loading

0 comments on commit 1f2960e

Please sign in to comment.