diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 422404d8..b5ce4d4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: prepare node uses: actions/setup-node@v7.0.0 with: - node-version: 24.18.1 + node-version: 24.19.0 - name: install run: npm ci - name: release diff --git a/package.json b/package.json index e15e64d7..43351273 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "c8": "^12.0.0", "documentation": "^14.0.3", "execa": "^10.0.1", - "semantic-release": "^25.0.8" + "semantic-release": "^25.0.9" }, "engines": { "node": ">=26.5.1"