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
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
if: contains(github.ref, 'master')
strategy:
matrix:
node-version: [14.18]
node-version: [20.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1