diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f3d28b0..5c82cf6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,6 +10,9 @@ jobs: node: - '14' - '16' + - '18' + - '20' + steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2