diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8450a49 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +## v2 + +- Update a few packages for security reasons. +- Bump NodeJS to 16 (#249). + +## v1 + +- Initial release. diff --git a/README.md b/README.md index d3724ca..79ec1da 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/action.yml b/action.yml index 0b82735..c09692b 100644 --- a/action.yml +++ b/action.yml @@ -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'