diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a54d59..617c3ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: cache: "pip" - name: Set up Node.js (needed by JS-bridge e2e tests) - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: "20" @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: "20" # No `cache: npm` here: package-lock.json is gitignored in this repo diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 235c36e..46209db 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: "20"