Skip to content

Commit 28fa56e

Browse files
committed
Update dcd version requirement to 3.7.4 in index.ts
1 parent 2ec334b commit 28fa56e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dcd-github-action",
33
"description": "run maestro tests on devicecloud.dev",
44
"author": "devicecloud.dev",
5-
"version": "1.3.9",
5+
"version": "1.3.10",
66
"main": "src/index.ts",
77
"license": "MIT",
88
"engines": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { setFailed, setOutput } from '@actions/core';
22
import { getParameters } from './methods/params';
33
import { spawn } from 'child_process';
44

5-
const dcdVersionString = '@devicecloud.dev/dcd@>=3.6.5';
5+
const dcdVersionString = '@devicecloud.dev/dcd@>=3.7.4';
66

77
const escapeShellValue = (value: string): string => {
88
// Escape special characters that could cause shell interpretation issues

0 commit comments

Comments
 (0)