only build on node 18+
All checks were successful
Build and test / build-and-test (18.x) (push) Successful in 20s
Build and test / build-and-test (20.x) (push) Successful in 19s

This commit is contained in:
James Brumond 2023-08-18 17:09:21 -07:00
parent bcd60473b6
commit fbe142f12f
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [14.x, 16.x, 18.x, 20.x] node-version: [18.x, 20.x]
steps: steps:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v3 uses: actions/checkout@v3