We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efefb3 commit 4cffe5cCopy full SHA for 4cffe5c
.github/workflows/versions.yml
@@ -112,8 +112,7 @@ jobs:
112
- uses: actions/checkout@v3
113
- name: Remove engines from package.json
114
shell: bash
115
- run: |
116
- 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
117
- name: Setup node from node version file
118
uses: ./
119
with:
0 commit comments