Skip to content

Commit

Permalink
chore(artifacts): update outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 7, 2024
1 parent ef293c7 commit fbfd0eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dashboard/public/outputs/deno-cdn-script/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"fetch": true,
"globals": ["globalThis", "self", "window", "global", "navigator"],
"process.release.name": "node",
"navigator.userAgent": "Deno/1.44.0",
"navigator.userAgent": "Deno/1.44.1",
"import.meta.url": "https://esm.sh/v135/@sanity/[email protected]/denonext/runtimes-test-client.mjs",
"Deno.version.deno": "1.44.0",
"Deno.version.deno": "1.44.1",
"process.version": "v20.11.1",
"process.versions": {
"node": "20.11.1",
"deno": "1.44.0",
"deno": "1.44.1",
"v8": "12.6.228.3",
"typescript": "5.4.5"
}
Expand Down
6 changes: 3 additions & 3 deletions dashboard/public/outputs/deno-npm-script/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"fetch": true,
"globals": ["globalThis", "self", "global", "navigator"],
"process.release.name": "node",
"navigator.userAgent": "Deno/1.44.0",
"navigator.userAgent": "Deno/1.44.1",
"import.meta.url": "file:///home/runner/.cache/deno/npm/registry.npmjs.org/@sanity/runtimes-test-client/2.4.28/lib/env.mjs",
"Deno.version.deno": "1.44.0",
"Deno.version.deno": "1.44.1",
"process.version": "v20.11.1",
"process.versions": {
"node": "20.11.1",
"deno": "1.44.0",
"deno": "1.44.1",
"v8": "12.6.228.3",
"typescript": "5.4.5"
}
Expand Down

0 comments on commit fbfd0eb

Please sign in to comment.