Skip to content

Commit d48c63e

Browse files
authored
ci: bump nodejs to v24 (#898)
1 parent 5638196 commit d48c63e

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.github/workflows/branch-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 18
17+
node-version: 24
1818
cache: npm
1919
- name: Install Packages
2020
run: npm ci

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 18
18+
node-version: 24
1919
cache: npm
2020
- name: Install Packages
2121
run: npm ci
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node
3434
uses: actions/setup-node@v3
3535
with:
36-
node-version: 18
36+
node-version: 24
3737
cache: npm
3838
- name: Install Packages
3939
run: npm ci
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup Node
5252
uses: actions/setup-node@v3
5353
with:
54-
node-version: 18
54+
node-version: 24
5555
cache: npm
5656
- name: Install Packages
5757
run: npm ci

.github/workflows/main-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 18
17+
node-version: 24
1818
cache: npm
1919
- name: Install Packages
2020
run: npm ci

.github/workflows/pr-preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
steps:
1111
- uses: gravity-ui/preview-build-action@v2
1212
with:
13-
node-version: 18
13+
node-version: 24

.github/workflows/pr-visual-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
16+
node-version: 24
1717
cache: npm
1818
- name: Install Packages
1919
run: npm ci

.github/workflows/prerelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
if: github.ref_protected != true
99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Setup Node 18
11+
- name: Setup Node
1212
uses: actions/setup-node@v3
1313
with:
14-
node-version: 18
14+
node-version: 24
1515
registry-url: 'https://registry.npmjs.org'
1616
cache: 'npm'
1717
- run: npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
1717
npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
18-
node-version: 18
18+
node-version: 24
1919
default-branch: ${{ github.ref_name != 'main' && github.ref_name || null }}
2020
npm-dist-tag: ${{ github.ref_name != 'main' && 'untagged' || 'latest' }}
2121
changelog-types: >

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
24

0 commit comments

Comments
 (0)