diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5be37af..e28fd6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 'lts' + node-version: 'latest' - name: 📦 Install dependencies run: npm ci