We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7e959 commit 718a18fCopy full SHA for 718a18f
.github/workflows/vscode-ci.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Install psake
50
shell: pwsh
51
- run: Install-Module psake -Force
+ run: Install-Module -Name psake -RequiredVersion 4.9.0 -Force
52
53
- name: npm install
54
0 commit comments