Skip to content

Commit 718a18f

Browse files
authored
resolve psake failure
1 parent cc7e959 commit 718a18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vscode-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Install psake
5050
shell: pwsh
51-
run: Install-Module psake -Force
51+
run: Install-Module -Name psake -RequiredVersion 4.9.0 -Force
5252

5353
- name: npm install
5454
shell: pwsh

0 commit comments

Comments
 (0)