diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index d474219..ccf625e 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '24.x' - run: npm version - run: npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 870098f..f5a04bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '24.x' - uses: actions/setup-java@v5 with: diff --git a/action.yml b/action.yml index 591ae43..ceb4391 100644 --- a/action.yml +++ b/action.yml @@ -51,6 +51,6 @@ inputs: required: false runs: - using: 'node20' + using: 'node24' main: 'index.js' post: 'cleanup.js'