diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6284b04..b562226 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: matrix: node-version: [14, 15, 16, 17, 18, 19, 20] runs-on: ubuntu-latest - container: node:${{ matrix.node-version }} + container: node:${{ matrix.node-version }}-buster steps: - name: Checkout code from repository uses: actions/checkout@v4