diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7e3f3fd..998a5860 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 cache: 'npm' - run: npm ci diff --git a/.github/workflows/ci_bundle.yml b/.github/workflows/ci_bundle.yml index c9d4ab5b..838b884f 100644 --- a/.github/workflows/ci_bundle.yml +++ b/.github/workflows/ci_bundle.yml @@ -60,7 +60,7 @@ jobs: tag_name: ${{ github.ref_type == 'tag' && github.ref || env.AUTO_TAG }} - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 cache: 'npm' - name: Build and pack prod library shell: bash diff --git a/.github/workflows/lint-build-test.yml b/.github/workflows/lint-build-test.yml index 59176143..8692ddbe 100644 --- a/.github/workflows/lint-build-test.yml +++ b/.github/workflows/lint-build-test.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 cache: 'npm' - run: npm ci - run: npm run lint