diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7d0a43..8386a96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,9 @@ jobs: fail-fast: false matrix: node-version: + - 23 - 20 - - 16 + - 18 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4