Skip to content

Commit

Permalink
Merge pull request #20 from vtex/ENGINEERS-748-fix-deprecation
Browse files Browse the repository at this point in the history
chore: 🤖 cache simplification
  • Loading branch information
thyarles authored Oct 20, 2022
2 parents 8ded5ed + c92b682 commit 2de8b4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6,249 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ inputs:
runs:
using: "composite"
steps:
- name: "Create a dummy yarn.lock to simplify cache"
run: echo ${{ inputs.version }} >> yarn.lock
shell: bash

- name: "Set up Node.js"
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
with:
cache: yarn
cache-dependency-path: "**/yarn.lock"

- name: "Install VTEX Toolbelt"
run: |
echo "::group::Local installation"
yarn install --frozen-lockfile
echo "::endgroup::"
echo "::group::Global installation"
yarn global add vtex@${{ inputs.version }}
echo "::endgroup::"
Expand Down
13 changes: 0 additions & 13 deletions package.json

This file was deleted.

Loading

0 comments on commit 2de8b4f

Please sign in to comment.