diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4790da4..5c6d56d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v5 with: cache: "npm" - node-version: "22" + node-version: "24" - name: Install dependencies run: npm ci diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2021e55..382def4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: - node-version: "22" + node-version: "24" registry-url: "https://registry.npmjs.org" - name: Install dependencies diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 30c2640..bbec190 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v5 with: cache: "npm" - node-version: "22" + node-version: "24" - name: Install dependencies run: npm ci