Skip to content

Commit

Permalink
fix: Dont freeze lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bmiller08 committed Jan 12, 2022
1 parent 497d43f commit 6e06c4e
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 @@ -34,7 +34,7 @@ runs:
with:
node-version: 14.17.0
- name: Install dependencies
run: yarn install --check-files --frozen-lockfile
run: yarn install --check-files
shell: bash
- run: ${{ github.action_path }}/update_cdk_version_in_projen.sh ${{ inputs.major-version }}
id: version_upgrade
Expand Down

0 comments on commit 6e06c4e

Please sign in to comment.