diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c87ff5..f15f50d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - run: npm ci - run: npx prettier --check .