Skip to content

Commit 4cffe5c

Browse files
committed
chore: remove sponge usage
1 parent 0efefb3 commit 4cffe5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/versions.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ jobs:
112112
- uses: actions/checkout@v3
113113
- name: Remove engines from package.json
114114
shell: bash
115-
run: |
116-
jq 'del(.engines)' ./__tests__/data/package.json | sponge ./__tests__/data/package.json
115+
run: cat <<< "$(jq 'del(.engines)' ./__tests__/data/package.json)" > ./__tests__/data/package.json
117116
- name: Setup node from node version file
118117
uses: ./
119118
with:

0 commit comments

Comments
 (0)