diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8cbc82d..90ce95d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,9 +10,10 @@ jobs: fail-fast: false matrix: node-version: + - latest - 20 - 18 - - 16 + steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3