Skip to content

Commit

Permalink
bump to node 16 and plg 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 2, 2023
1 parent 4d986e0 commit e6f44c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## v2.0.2 - IN DEVELOPMENT


## v2.1.0 - [March 1, 2023](https://github.com/lando/pkg-action/releases/tag/v2.1.0)

* Bumped to `node@16`
* Bumped to `[email protected]`
* Improved feedback on `pkg` version installed

## v2.0.1 - [April 13, 2022](https://github.com/lando/pkg-action/releases/tag/v2.0.1)
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,16 @@ runs:
echo "::set-output name=target-node::${{ inputs.node-version }}"
echo "::endgroup::"
- name: Install node 14
- name: Install node 16
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
cache: npm

- name: Install pkg
shell: bash
run: |
npm install -g pkg@5.6.0
npm install -g pkg@5.8.0
if pkg --version >/dev/null; then
echo "::notice title=pkg installed::Using version $(pkg --version)"
else
Expand Down

0 comments on commit e6f44c3

Please sign in to comment.