Skip to content

Commit

Permalink
Merge pull request #250 from futureware-tech/node16
Browse files Browse the repository at this point in the history
Bump NodeJS to 16
  • Loading branch information
dotdoom committed Oct 16, 2022
2 parents 93884a4 + 39391f2 commit e8aa581
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,8 @@
## v2

- Update a few packages for security reasons.
- Bump NodeJS to 16 (#249).

## v1

- Initial release.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ self-hosted runners.
```yaml
steps:
- uses: actions/checkout@v2
- uses: futureware-tech/simulator-action@v1
- uses: futureware-tech/simulator-action@v2
with:
model: 'iPhone 8'
- run: flutter drive
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -34,6 +34,6 @@ outputs:
udid:
description: 'UDID of the launched device, for use with e.g. xcrun command'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
post: 'dist/index.js'

0 comments on commit e8aa581

Please sign in to comment.