diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64bb411..fe672a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: - node-version: 20.x + node-version: 24.x - run: npm ci - run: npm run build - run: npm run format-check diff --git a/.nvmrc b/.nvmrc index e2d5feb..b041eed 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.7.0 \ No newline at end of file +v24.15.0 \ No newline at end of file diff --git a/action.yaml b/action.yaml index 391af65..9bcdaa1 100644 --- a/action.yaml +++ b/action.yaml @@ -56,5 +56,5 @@ inputs: required: false default: "" runs: - using: "node20" + using: "node24" main: "dist/index.cjs"