chore: test build on node v18

This commit is contained in:
Jonas Birmé 2023-08-10 15:36:03 +02:00
parent 9e9a6bddce
commit 03fd1f7f37

View file

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