Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored Oct 27, 2021
1 parent 29f777a commit 992da45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ runs:
using: "composite"
steps:
- name: "Setup :: Node"
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 16.2.0
cache: 'yarn'
cache: "yarn"

- name: "Setup :: Yarn"
shell: bash
Expand Down

0 comments on commit 992da45

Please sign in to comment.