Merge pull request #3 from sjackson0109/copilot/update-actions-for-node-24

Update GitHub Actions to Node.js 24
pull/4062/head
Simon Jackson 1 month ago committed by GitHub
commit 5a67ca9a92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,6 +7,9 @@ on:
- 'v*'
workflow_dispatch:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
permissions:
contents: write
@ -20,10 +23,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
uses: microsoft/setup-msbuild@v3
# Override the v120 platform toolset with the VS 2022 toolset (v143).
# The rdpwrap C++ source is standard Win32 API code and compiles cleanly

@ -8,6 +8,9 @@ on:
- '.github/workflows/publish-ini.yml'
workflow_dispatch:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
permissions:
contents: write
@ -17,7 +20,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
# ── Extract the date string used for tagging and the updated field ──────
- name: Get release metadata

Loading…
Cancel
Save