diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index b574fda..66572ae 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -23,10 +23,10 @@ jobs: steps: - uses: actions/checkout@v6 - - name: Set Node.js 20.x + - name: Set Node.js 24.x uses: actions/setup-node@v6.2.0 with: - node-version: 20.x + node-version: 24.x - name: Install dependencies run: npm ci diff --git a/action.yml b/action.yml index acabf73..3c149dc 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,5 @@ inputs: required: false description: 'The output SARIF file path, defaults to the input SARIF file path' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'