Skip to content

Commit

Permalink
ci: Increase minimum Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Jul 8, 2022
1 parent 29fd1aa commit 11c4a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
with:
Expand Down
1 change: 1 addition & 0 deletions packages/cli/tests/service-worker.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const { create, build } = require('./lib/cli');
const { sleep } = require('./lib/utils');
const { getServer } = require('./server');
const startChrome = require('./lib/chrome');
const fetch = require('isomorphic-unfetch');

async function enableOfflineMode(page, browser) {
await sleep(2000); // wait for service worker installation.
Expand Down

0 comments on commit 11c4a2c

Please sign in to comment.