diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index ae352460..5ecc1104 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -16,13 +16,13 @@ jobs: strategy: matrix: - node-version: [20, 22, 24] + node-version: [22, 24, 26] react-version: [18, 19] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: ${{ matrix.node-version }} - name: Install dependencies diff --git a/.nvmrc b/.nvmrc index 3c032078..a45fd52c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +24