diff options
| author | Jacob Ronstadt <[email protected]> | 2024-03-05 17:30:57 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-05 17:30:57 -0800 |
| commit | bcc5c139181f66514b6767238f850f5b2d3aabd1 (patch) | |
| tree | 3b7e1af994cadc0a2fe29c1733e3063953dd566b /.github/workflows/ci-pr.yml | |
| parent | c7ef047d05ca856a04fe542739ea99d28913ae6e (diff) | |
Update jobs to use Node.js 20 (#1134)
* Update Code-Scanning.yml actions/checkout to v4 and microsoft/setup-msbuild to v2
* Update ci-pr.yml to use node20
* Update ci.yml to use node20
Diffstat (limited to '.github/workflows/ci-pr.yml')
| -rw-r--r-- | .github/workflows/ci-pr.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index fd2b78a6..7640b966 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -18,12 +18,12 @@ jobs: runs-on: windows-2022 steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'recursive' - name: Add MSBuild to PATH - uses: microsoft/[email protected] + uses: microsoft/setup-msbuild@v2 - name: Get changed files id: get-changed-files @@ -54,7 +54,7 @@ jobs: if: always() steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Retrieve overview reports uses: actions/download-artifact@v3 |
