File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 - name : Setup node.js
176176 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
177177 with :
178- node-version : 20
178+ node-version : 22
179179
180180 - name : Setup .NET
181181 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
@@ -226,7 +226,7 @@ jobs:
226226 - name : Setup node.js
227227 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
228228 with :
229- node-version : 20
229+ node-version : 22
230230
231231 - name : Setup .NET
232232 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
Original file line number Diff line number Diff line change 3636 - name : Setup node.js
3737 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3838 with :
39- node-version : 20
39+ node-version : 22
4040
4141 - name : Install dependencies
4242 shell : pwsh
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ What's changed since pre-release v3.0.0-B0453:
4949 [ #2824 ] ( https://github.com/microsoft/PSRule/issues/2824 )
5050 - Added Azure Pipelines support to CLI by @BernieWhite .
5151 [ #2825 ] ( https://github.com/microsoft/PSRule/issues/2825 )
52- - Bump vscode engine to v1.103 .0.
53- [ #3012 ] ( https://github.com/microsoft/PSRule/pull/3012 )
52+ - Bump vscode engine to v1.105 .0.
53+ [ #3073 ] ( https://github.com/microsoft/PSRule/pull/3073 )
5454- Bug fixes:
5555 - Fixed path handling issue string is missing the terminator with single quote in source paths by @juan-carlos-diaz .
5656 [ #2885 ] ( https://github.com/microsoft/PSRule/issues/2885 )
Original file line number Diff line number Diff line change 88 "name" : " Microsoft"
99 },
1010 "engines" : {
11- "vscode" : " ^1.103 .0"
11+ "vscode" : " ^1.105 .0"
1212 },
1313 "channel" : " stable" ,
1414 "license" : " SEE LICENSE IN LICENSE" ,
578578 "@types/fs-extra" : " ^11.0.4" ,
579579 "@types/mocha" : " ^10.0.10" ,
580580 "@types/node" : " ^22.18.9" ,
581- "@types/vscode" : " 1.103 .0" ,
581+ "@types/vscode" : " 1.105 .0" ,
582582 "@typescript-eslint/eslint-plugin" : " ^8.46.0" ,
583583 "@typescript-eslint/parser" : " ^8.32.1" ,
584584 "@vscode/test-cli" : " ^0.0.11" ,
You can’t perform that action at this time.
0 commit comments