File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { globby as glob } from 'globby' ;
2- import { fileURLToPath } from 'node:url' ;
31import { readFile } from 'node:fs/promises' ;
2+ import { fileURLToPath } from 'node:url' ;
3+ import { globby as glob } from 'globby' ;
44import { setOutput } from './utils.mjs' ;
55
66const { GITHUB_REF = 'main' } = process . env ;
Original file line number Diff line number Diff line change 1- import { build } from 'esbuild' ;
21import { existsSync } from 'node:fs' ;
2+ import { build } from 'esbuild' ;
33
44const CLIENT_RUNTIME_PATH = 'packages/astro/src/runtime/client/' ;
55
Original file line number Diff line number Diff line change 1+ import * as crypto from 'node:crypto' ;
12import * as fs from 'node:fs' ;
23import * as os from 'node:os' ;
3- import * as crypto from 'node:crypto' ;
44
55/** Based on https://github.com/actions/toolkit/blob/4e3b068ce116d28cb840033c02f912100b4592b0/packages/core/src/file-command.ts */
66export function setOutput ( key , value ) {
You can’t perform that action at this time.
0 commit comments