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

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

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1

View File

@@ -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@v1

View File

@@ -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