diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4aa1b002d..afacfc0bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,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@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Load MongoDB binary cache @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Install node_modules diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 6cc0bb216..78cea6788 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Install & Build