File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515
1616 - name : Create package.json with different versions
1717 run : |
18- echo '{"name": "my-package", "version": "1.0.0",}' > test2/other_name.json
19- echo '{"name": "my-package", "version": "1.0.0",}' > test2/other_name-lock.json
20- echo '{"name": "my-package", "version": "1.2.0",}' > test/package.json
21- echo '{"name": "my-package", "version": "1.2.0",}' > test/package-lock.json
18+ echo '{"name": "my-package", "version": "1.0.0","test": 1 }' > test2/other_name.json
19+ echo '{"name": "my-package", "version": "1.0.0","test": 1 }' > test2/other_name-lock.json
20+ echo '{"name": "my-package", "version": "1.2.0","test": 1 }' > test/package.json
21+ echo '{"name": "my-package", "version": "1.2.0","test": 1 }' > test/package-lock.json
2222
2323 - name : simple without version
2424 uses : ./
You can’t perform that action at this time.
0 commit comments