diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 4361313c..378961b3 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -2,12 +2,12 @@ name: build-and-test on: [push] jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: matrix: - node-version: [18.x] + node-version: [20.x] name: Node ${{ matrix.node }} run steps: - uses: actions/checkout@v4 - name: Build with Makefile - run: make all \ No newline at end of file + run: make all