Skip to content

Commit 0c0706a

Browse files
authored
Update deps (#484)
1 parent 27a2027 commit 0c0706a

File tree

5 files changed

+78
-109
lines changed

5 files changed

+78
-109
lines changed

dist/main/index.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 53 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"@actions/core": "^1.10.1",
3333
"@actions/exec": "^1.1.1",
3434
"@actions/tool-cache": "^2.0.1",
35-
"@google-github-actions/actions-utils": "^0.6.0",
36-
"@google-github-actions/setup-cloud-sdk": "^1.1.3"
35+
"@google-github-actions/actions-utils": "^0.7.0",
36+
"@google-github-actions/setup-cloud-sdk": "^1.1.4"
3737
},
3838
"devDependencies": {
3939
"@types/js-yaml": "^4.0.9",
4040
"@types/node": "^20.11.5",
41-
"@typescript-eslint/eslint-plugin": "^6.19.0",
42-
"@typescript-eslint/parser": "^6.19.0",
41+
"@typescript-eslint/eslint-plugin": "^6.19.1",
42+
"@typescript-eslint/parser": "^6.19.1",
4343
"@vercel/ncc": "^0.38.1",
4444
"eslint": "^8.56.0",
4545
"eslint-config-prettier": "^9.1.0",

tests/e2e.test.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,7 @@ import { getExecOutput } from '@actions/exec';
2121
import { run_v1 } from 'googleapis';
2222
import yaml from 'js-yaml';
2323

24-
const skipIfMissingEnv = (...envs: string[]): string | boolean => {
25-
for (const env of envs) {
26-
if (!(env in process.env)) {
27-
return `missing $${env}`;
28-
}
29-
}
30-
31-
return false;
32-
};
24+
import { skipIfMissingEnv } from '@google-github-actions/actions-utils';
3325

3426
test(
3527
'e2e tests',

0 commit comments

Comments
 (0)