chore: remove sponge usage

main
Jef LeCompte 3 years ago
parent 0efefb3c0b
commit 4cffe5c52b
No known key found for this signature in database
GPG Key ID: 7F5BA322B5DC170C

@ -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:

Loading…
Cancel
Save