diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 747e29d..46d8479 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: npm - run: npm ci - run: npm run build