Skip to content

Commit

Permalink
chore: remove sponge usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Sep 8, 2022
1 parent 0efefb3 commit 4cffe5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/versions.yml
Expand Up @@ -112,8 +112,7 @@ jobs:
- uses: actions/checkout@v3
- name: Remove engines from package.json
shell: bash
run: |
jq 'del(.engines)' ./__tests__/data/package.json | sponge ./__tests__/data/package.json
run: cat <<< "$(jq 'del(.engines)' ./__tests__/data/package.json)" > ./__tests__/data/package.json
- name: Setup node from node version file
uses: ./
with:
Expand Down

0 comments on commit 4cffe5c

Please sign in to comment.