mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-05 19:45:48 +00:00
chore: remove sponge usage
This commit is contained in:
parent
0efefb3c0b
commit
4cffe5c52b
1 changed files with 1 additions and 2 deletions
3
.github/workflows/versions.yml
vendored
3
.github/workflows/versions.yml
vendored
|
@ -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…
Reference in a new issue