FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump GitHub Actions to Node.js 24-compatible versions by Copilot · Pull Request #5491 · PowerShell/vscode-powershell · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .yml  (1) All 1 file type selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
8 changes: 4 additions & 4 deletions .github/workflows/ci-test.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout PowerShellEditorServices
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: PowerShell/PowerShellEditorServices
path: PowerShellEditorServices

- name: Checkout vscode-powershell
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
Comment thread
JustinGrote marked this conversation as resolved.
path: vscode-powershell

Expand All @@ -41,7 +41,7 @@ jobs:
working-directory: vscode-powershell

- name: Install dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
cache: true
cache-dependency-path: PowerShellEditorServices/**/*.csproj
Expand All @@ -52,7 +52,7 @@ jobs:
shell: pwsh
run: ./vscode-powershell/tools/installPSResources.ps1

- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
Comment thread
JustinGrote marked this conversation as resolved.
node-version: 22
cache: npm
Expand Down
Loading

Back | FazBrowse Home | New Git URL