diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30b96c2..72ad0e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 registry-url: https://registry.npmjs.org/ cache: npm @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: - node: [20, 22, 24] + node: [20, 22.22.1, 24] steps: - name: Checkout repository uses: actions/checkout@v6 @@ -135,7 +135,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 registry-url: https://registry.npmjs.org/ cache: npm