Skip to content

Commit 9e88675

Browse files
chore(deps): update github actions
1 parent 278fb43 commit 9e88675

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js environment
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: '20'
27+
node-version: '24'
2828
cache: 'yarn'
2929

3030
- name: Turbo cache
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Publish to Chromatic
5050
if: '!github.event.pull_request.head.repo.fork'
51-
uses: chromaui/action@v13
51+
uses: chromaui/action@v15
5252
with:
5353
token: ${{ secrets.GITHUB_TOKEN }}
5454
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

.github/workflows/cross-platform-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js environment
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: '20'
30+
node-version: '24'
3131
cache: yarn
3232

3333
- name: Turbo cache

.github/workflows/dvc-cli-output-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js environment
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: '20'
30+
node-version: '24'
3131
cache: yarn
3232

3333
- run: yarn install

.github/workflows/end-to-end-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js environment
3030
uses: actions/setup-node@v6
3131
with:
32-
node-version: '20'
32+
node-version: '24'
3333
cache: 'yarn'
3434

3535
- name: Clean Up Disk Space

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node.js environment
3131
uses: actions/setup-node@v6
3232
with:
33-
node-version: '20'
33+
node-version: '24'
3434
cache: 'yarn'
3535

3636
- run: yarn install

0 commit comments

Comments
 (0)