Skip to content

Commit

Permalink
Update action.yml (#12)
Browse files Browse the repository at this point in the history
Bump version of pnpm action as nodejs 16 that v2 is run on is deprecated, which results in warnings:


Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
  • Loading branch information
pavelloz authored Mar 27, 2024
1 parent 95ed832 commit 6597ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ runs:
# - no support for cache
# (that's provided by setup-node)
- name: 'Install pnpm'
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: ${{ steps.resolved-pnpm.outputs.version }}
run_install: false
Expand Down

0 comments on commit 6597ef5

Please sign in to comment.