Skip to content

Commit

Permalink
Merge pull request #40 from saucelabs/dependabot/npm_and_yarn/node-fe…
Browse files Browse the repository at this point in the history
…tch-2.6.7

Adding plugin metadata and bumping node-fetch from 2.6.1 to 2.6.7
  • Loading branch information
waggledans authored Jan 28, 2022
2 parents 75e4c13 + 0d10ce1 commit 7177c5a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.1] - 2022-01-29

### Changed
- dependencies updated
- adding metadata to SC CLI that would allow SC team to track this github action usage

## [2.1.0] - 2022-01-28

### Changed
Expand Down
35 changes: 31 additions & 4 deletions package-lock.json

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

1 change: 1 addition & 0 deletions src/start-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function buildOptions(dirInHost: string): string[] {
const params = [
`--logfile=${LOG_FILE}`,
`--pidfile=${PID_FILE}`,
`--extra-info={"runner": "github-action"}`,
`--readyfile=${READY_FILE}`
]

Expand Down

0 comments on commit 7177c5a

Please sign in to comment.