diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index becb48c..4e8ddf1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,8 +18,8 @@ jobs: strategy: matrix: node-version: - - 20 - - 21 + - '20' + - '24' steps: - name: Checkout repository