Update build dependency. Fixes #1977

This commit is contained in:
Francisco Hodge
2023-05-25 20:47:11 -04:00
parent 48ea08bd54
commit 5e3a0370fd
8 changed files with 275 additions and 302 deletions
@@ -8,7 +8,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2