diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 94592f919..4cb9ca5d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 registry-url: 'https://registry.npmjs.org' - name: Build and Test run: npm ci diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b96ff692f..8613dfeae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: - name: Setup Environment uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: 'npm' - name: Verify sem version run: |