diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cd7cf7..8014e50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,10 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - name: Use a Node.js version compatible with all tasks + - name: Use Node.js LTS 22 uses: actions/setup-node@v6 with: - node-version: 20.19.0 + node-version: 22 - name: Install dependencies run: npm ci