Skip to content

Commit

Permalink
fix: update to node 20 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 committed Feb 16, 2024
1 parent 081e7a5 commit 614b2a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test:integration:testcafe": "start-server-and-test \"http-server --silent\" 8080 \"testcafe --config-file test/integration/data/config/testcafe.cjs || exit 0\""
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"files": [
"/src"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/data/config/web-test-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
name: 'group 1',
files: './test/integration/data/web-test-runner-2.test.js',
browsers: [
puppeteerLauncher(),
puppeteerLauncher({ launchOptions: { headless: 'new' } }),
playwrightLauncher({ product: 'firefox' })
]
}, {
Expand Down

0 comments on commit 614b2a7

Please sign in to comment.