diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70325c0..b6cb9c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x] + node-version: [16.x, 18.x, 20.x] steps: - name: Install make nasm binutils run: | @@ -33,4 +33,4 @@ jobs: make test - name: Build run: | - make build \ No newline at end of file + make build