Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Dec 14, 2024
1 parent eafea8a commit 8a1b70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import actionsCore from '@actions/core'
import * as semver from 'semver'

const isGitHubActions = !!process.env.GITHUB_ACTIONS
const root = dirnameFrom(import.meta.url)

let vitePath: string
const root = dirnameFrom(import.meta.url)
let cwd: string
let env: ProcessEnv

Expand Down

0 comments on commit 8a1b70d

Please sign in to comment.