diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aea14c5..7535de9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - run: npm ci - run: npm run lint - run: npm test