From 9f9a1427a4c789d8edfe83148577db13ceda695c Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sat, 15 Oct 2022 20:48:35 +0200 Subject: [PATCH 1/2] Bump NodeJS to 16 Fixes #249 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From 39391f21ceda0bdac45c1f2f075bde7ff2c17d61 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sat, 15 Oct 2022 20:55:27 +0200 Subject: [PATCH 2/2] Bump version to v2 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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