Skip to content

Commit 78e7d77

Browse files
authored
upgrade to use node 24 (#467)
* update jsyaml to 3.14.2 * update to nodejs 24
1 parent 0f98b0b commit 78e7d77

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v6
2525

26-
- name: Set Node.js 20
26+
- name: Set Node.js 24
2727
uses: actions/setup-node@v6
2828
with:
29-
node-version: 20
29+
node-version: 24
3030

3131
- name: Install dependencies
3232
run: npm ci

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ inputs:
77
description: 'The version of azd to install (default: latest)'
88
default: 'latest'
99
runs:
10-
using: 'node20'
10+
using: 'node24'
1111
main: 'dist/index.js'

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)