Skip to content

Commit

Permalink
Removed '../'
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedFish committed Jul 13, 2024
1 parent e44ac5a commit 365d681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check npm Visual Studio Code Versions
shell: pwsh
run: |
./.github/ci/scripts/Confirm-NpmVisualStudioCodeVersionsMatch.ps1 -NpmPackageJsonPath ../package.json -NpmPackageLockJsonPath ../package-lock.json
./.github/ci/scripts/Confirm-NpmVisualStudioCodeVersionsMatch.ps1 -NpmPackageJsonPath package.json -NpmPackageLockJsonPath package-lock.json
validate:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 365d681

Please sign in to comment.