From 3bb70d3b42eb8540a3c34a012ce665733c931957 Mon Sep 17 00:00:00 2001 From: AlitaBernachot Date: Thu, 12 Dec 2024 16:07:39 +0100 Subject: [PATCH] chore: update node version --- .github/workflows/ci.yml | 2 +- .github/workflows/ci_bundle.yml | 2 +- .github/workflows/lint-build-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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