diff --git a/.github/workflows/deltachat-rpc-server.yml b/.github/workflows/deltachat-rpc-server.yml index bb2f50dbd1..5754589cfe 100644 --- a/.github/workflows/deltachat-rpc-server.yml +++ b/.github/workflows/deltachat-rpc-server.yml @@ -514,7 +514,7 @@ jobs: # Configure Node.js for publishing. # Check for the version requirements. - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/jsonrpc-client-npm-package.yml b/.github/workflows/jsonrpc-client-npm-package.yml index 9b323ab104..23019b5882 100644 --- a/.github/workflows/jsonrpc-client-npm-package.yml +++ b/.github/workflows/jsonrpc-client-npm-package.yml @@ -24,7 +24,7 @@ jobs: # Configure Node.js for publishing. # Check for the version requirements. - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/jsonrpc.yml b/.github/workflows/jsonrpc.yml index 3665ffe3cf..99c57780e4 100644 --- a/.github/workflows/jsonrpc.yml +++ b/.github/workflows/jsonrpc.yml @@ -21,7 +21,7 @@ jobs: show-progress: false persist-credentials: false - name: Use Node.js 24 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 - name: Add Rust cache diff --git a/.github/workflows/upload-docs.yml b/.github/workflows/upload-docs.yml index a9b5c21c2d..78a8c59218 100644 --- a/.github/workflows/upload-docs.yml +++ b/.github/workflows/upload-docs.yml @@ -90,7 +90,7 @@ jobs: persist-credentials: false fetch-depth: 0 # Fetch history to calculate VCS version number. - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 - name: npm install