Skip to content

Commit 56139f7

Browse files
author
Ian Walter
committed
Fixing gitignore and dockerignore
1 parent ed9e17b commit 56139f7

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

.changeset/plenty-ways-juggle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"playwright-container": major
3+
---
4+
5+
Updating to Node.js 16

.dockerignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
.changeset
2+
.git
3+
.github
4+
.dockerignore
15
node_modules
6+
config.js
7+
tests.js

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
.changeset
2-
.git
3-
.github
4-
.dockerignore
51
node_modules
6-
config.js
7-
tests.js

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install
3434
# NOTE: this pins the action to a specific commit sha for security
3535
# reasons but you can also use a version tag if desired. For example:
36-
# ianwalter/playwright-container@v1.1.1
36+
# ianwalter/playwright-container@v3.0.0
3737
uses: ianwalter/playwright-container@ec253ce35910412cc6607f5d7cfbbe89fb77c9b4
3838
with:
3939
args: npm ci
@@ -46,14 +46,12 @@ jobs:
4646
As a [Docker container][dockerUrl]:
4747
4848
```console
49-
docker pull ianwalter/playwright:v1.1.1
49+
docker pull ianwalter/playwright:v3.0.0
5050
```
5151

5252
## Related
5353

5454
* [`@ianwalter/bff`][bffUrl] - Your friendly test framework
55-
* [`ianwalter/puppeteer-container`][puppeteerUrl] - A GitHub Action / Docker
56-
image for Puppeteer, the Headless Chrome Node API
5755

5856
## License
5957

0 commit comments

Comments
 (0)