Compare commits
16
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6991442d16 | ||
|
|
aa1d992d0e | ||
|
|
250d70de9c | ||
|
|
4c113affef | ||
|
|
19806ac731 | ||
|
|
eb8c672aad | ||
|
|
c0f30ebbce | ||
|
|
29d342f176 | ||
|
|
72113fe791 | ||
|
|
7b4d9763cc | ||
|
|
26c752f562 | ||
|
|
ac1332a8e2 | ||
|
|
c6c5ef6b8e | ||
|
|
ee93b05ee9 | ||
|
|
799f8f5f3d | ||
|
|
201b082ce1 |
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Set Node.js 20.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 20.18.x
|
||||
|
||||
- name: npm install
|
||||
run: npm install
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
### 2.1.11
|
||||
|
||||
- Fixed a bug with relative symlinks resolution [#1844](https://github.com/actions/toolkit/pull/1844)
|
||||
- Use native `crypto` [#1815](https://github.com/actions/toolkit/pull/1815)
|
||||
|
||||
### 2.1.10
|
||||
|
||||
|
||||
@@ -393,6 +393,12 @@ describe('@actions/exec', () => {
|
||||
const args = ['-c', `node '${scriptPath}' 'file=${semaphorePath}' &`]
|
||||
|
||||
exitCode = await exec.exec(`"${toolName}"`, args, _testExecOptions)
|
||||
/* eslint-disable-next-line no-console */
|
||||
console.log(toolName)
|
||||
/* eslint-disable-next-line no-console */
|
||||
console.log(exitCode)
|
||||
/* eslint-disable-next-line no-console */
|
||||
console.log(debugList)
|
||||
}
|
||||
|
||||
expect(exitCode).toBe(0)
|
||||
|
||||
Reference in New Issue
Block a user