diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a5f2bb2..70bb0078 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [10, 12, 14] + node: [10, 12, 14, 15] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 diff --git a/package-lock.json b/package-lock.json index 8560fd7f..9d16bb91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8303,4 +8303,4 @@ } } } -} +} \ No newline at end of file