diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02f3734..8a6ac26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20.20.0 + node-version: 24.16.0 - run: yarn install --frozen-lockfile - run: yarn lint diff --git a/.nvmrc b/.nvmrc index 586e275..b832e40 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.20.0 +24.16.0