diff --git a/.github/workflows/branch-preview.yaml b/.github/workflows/branch-preview.yaml index 8a9873f44..39351b929 100644 --- a/.github/workflows/branch-preview.yaml +++ b/.github/workflows/branch-preview.yaml @@ -14,7 +14,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 24 cache: npm - name: Install Packages run: npm ci diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ad54b1f4..409c63e55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 24 cache: npm - name: Install Packages run: npm ci @@ -33,7 +33,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 24 cache: npm - name: Install Packages run: npm ci @@ -51,7 +51,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 24 cache: npm - name: Install Packages run: npm ci diff --git a/.github/workflows/main-preview.yml b/.github/workflows/main-preview.yml index 15e8c3dd0..7d229e086 100644 --- a/.github/workflows/main-preview.yml +++ b/.github/workflows/main-preview.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 cache: npm - name: Install Packages run: npm ci diff --git a/.github/workflows/pr-preview-build.yml b/.github/workflows/pr-preview-build.yml index 5d60fa5e1..2fad8df94 100644 --- a/.github/workflows/pr-preview-build.yml +++ b/.github/workflows/pr-preview-build.yml @@ -10,4 +10,4 @@ jobs: steps: - uses: gravity-ui/preview-build-action@v2 with: - node-version: 18 + node-version: 24 diff --git a/.github/workflows/pr-visual-tests.yml b/.github/workflows/pr-visual-tests.yml index 9f22c6117..f6a9be951 100644 --- a/.github/workflows/pr-visual-tests.yml +++ b/.github/workflows/pr-visual-tests.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: npm - name: Install Packages run: npm ci diff --git a/.github/workflows/prerelease.yaml b/.github/workflows/prerelease.yaml index 74f9bd45b..ef70d8f79 100644 --- a/.github/workflows/prerelease.yaml +++ b/.github/workflows/prerelease.yaml @@ -8,10 +8,10 @@ jobs: if: github.ref_protected != true steps: - uses: actions/checkout@v4 - - name: Setup Node 18 + - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 24 registry-url: 'https://registry.npmjs.org' cache: 'npm' - run: npm ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32a9cdf31..92b89a44e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: with: github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }} npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }} - node-version: 18 + node-version: 24 default-branch: ${{ github.ref_name != 'main' && github.ref_name || null }} npm-dist-tag: ${{ github.ref_name != 'main' && 'untagged' || 'latest' }} changelog-types: > diff --git a/.nvmrc b/.nvmrc index 3c032078a..a45fd52cc 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +24