diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc02175..3a560f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 3 strategy: matrix: - nodejs: [10, 12, 14] + nodejs: [18, 20, 22] os: [ubuntu-latest, windows-latest, macOS-latest] steps: - uses: actions/checkout@v2