mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

copilot-swe-agent[bot]
8 days ago dca2fee83238dc6ac242dac82e5d91dcab7e0174
ci: opt ilammy/msvc-dev-cmd into Node.js 24 to clear deprecation warning

Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenDJ/sessions/015fa07b-c854-4af0-9a19-f573c29c7ad7

Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 files modified
4 ■■■■ changed files
.github/workflows/build.yml 4 ●●●● patch | view | raw | blame | history
.github/workflows/build.yml
@@ -59,6 +59,10 @@
    - name: Setup MSVC Developer Command Prompt (x86)
      if: runner.os == 'Windows'
      uses: ilammy/msvc-dev-cmd@v1
      env:
        # Opt in to Node.js 24 for this action, which still ships on Node.js 20.
        # See https://github.com/ilammy/msvc-dev-cmd/issues/99
        FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
      with:
        arch: x86
    - name: Build Windows native executables