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 Nov 29, 2024
1 parent ae595dc commit ddaff9b
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", "global", "navigator"],
"process.release.name": "node",
"navigator.userAgent": "Deno/2.1.1",
"navigator.userAgent": "Deno/2.1.2",
"import.meta.url": "https://esm.sh/v135/@sanity/[email protected]/denonext/runtimes-test-client.mjs",
"Deno.version.deno": "2.1.1",
"Deno.version.deno": "2.1.2",
"process.version": "v20.11.1",
"process.versions": {
"node": "20.11.1",
"deno": "2.1.1",
"deno": "2.1.2",
"v8": "13.0.245.12-rusty",
"typescript": "5.6.2"
}
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", "global", "navigator"],
"process.release.name": "node",
"navigator.userAgent": "Deno/2.1.1",
"navigator.userAgent": "Deno/2.1.2",
"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": "2.1.1",
"Deno.version.deno": "2.1.2",
"process.version": "v20.11.1",
"process.versions": {
"node": "20.11.1",
"deno": "2.1.1",
"deno": "2.1.2",
"v8": "13.0.245.12-rusty",
"typescript": "5.6.2"
}
Expand Down

0 comments on commit ddaff9b

Please sign in to comment.