diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c60ad555e..73148b21f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,7 @@ jobs: ref: ${{ github.event.inputs.git-ref }} fetch-depth: 5 # because this is an manual trigger, only fetch the latest 5 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} - name: Load MongoDB binary cache @@ -93,7 +93,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Use Node.js 24 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24.x - name: Install node_modules diff --git a/.github/workflows/website-pr.yml b/.github/workflows/website-pr.yml index be195f669..578e86cbb 100644 --- a/.github/workflows/website-pr.yml +++ b/.github/workflows/website-pr.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Use Node.js 24 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24.x - name: Install Dependencies diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f52d79aa5..97b79de33 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Use Node.js 24 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24.x - name: Install & Build