diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 68a8242..d038a45 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm ci - run: npm run lint - run: npm run test