diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5a4c858b..5a04da5c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20.x] + node-version: [22.x] mongodb-version: [4] steps: + - name: Remove temporary files + run: sudo rm -rf /tmp/* + run: sudo rm -rf /opt/hostedtoolcache - name: Git checkout uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} @@ -29,7 +32,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: "npm" - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.10.0 + uses: supercharge/mongodb-github-action@1.11.0 with: mongodb-version: ${{ matrix.mongodb-version }} - name: Download localisations