Skip to content

Commit

Permalink
chore: bump examples to latest (#75)
Browse files Browse the repository at this point in the history
* bump examples to latest

* bump node to v20
  • Loading branch information
mhan83 authored Nov 9, 2023
1 parent 80e3509 commit ec02e13
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
2 changes: 1 addition & 1 deletion examples/cucumber/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
defaults:
timeout: 5m
playwright:
version: 1.38.1
version: 1.39.0
rootDir: ./
suites:
- name: My Cucumber Test
Expand Down
46 changes: 23 additions & 23 deletions 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 @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/saucelabs/saucectl-playwright-example#readme",
"devDependencies": {
"@playwright/test": "1.38.1",
"@playwright/test": "1.39.0",
"saucectl": "^0.157.0"
}
}

0 comments on commit ec02e13

Please sign in to comment.