diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae90fe8..09580fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 22 cache: npm - run: npm ci - run: npm run format:check diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d4b3b4e..0cb4769 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 22 cache: npm - run: npm ci - run: npm run build