Skip to content

Commit fa73366

Browse files
Update CI github-actions
1 parent dee3f98 commit fa73366

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Node.js
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: '24.x'
37+
node-version: '24.11.1'
3838
cache: yarn
3939
- name: Install dependencies
4040
run: yarn install --frozen-lockfile

.github/workflows/ci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
- name: Set up Python 3
3535
uses: actions/setup-python@v4
3636
with:
37-
python-version: '3.x'
37+
python-version: '3.14.0'
3838
- name: Set up Node.js
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: '24.x'
41+
node-version: '24.11.1'
4242
cache: yarn
4343
- name: Install dependencies
4444
run: yarn install --frozen-lockfile

.github/workflows/ci-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-node@v4
2929
id: yarn-cache
3030
with:
31-
node-version: '24.x'
31+
node-version: '24.11.1'
3232
cache: yarn
3333
- if: steps.yarn-cache.outputs.cache-hit != 'true'
3434
run: yarn install --frozen-lockfile
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Node.js
4545
uses: actions/setup-node@v4
4646
with:
47-
node-version: '24.x'
47+
node-version: '24.11.1'
4848
cache: yarn
4949
- name: Install dependencies
5050
run: yarn install --frozen-lockfile
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set up Node.js
6868
uses: actions/setup-node@v4
6969
with:
70-
node-version: '24.x'
70+
node-version: '24.11.1'
7171
cache: yarn
7272
- name: Install dependencies
7373
run: yarn install --frozen-lockfile
@@ -88,7 +88,7 @@ jobs:
8888
needs: [playwright-prepare]
8989
runs-on: ubuntu-latest
9090
container:
91-
image: mcr.microsoft.com/playwright:v1.56.1-noble
91+
image: mcr.microsoft.com/playwright:v1.57.0-noble
9292
options: --user 1001
9393
strategy:
9494
fail-fast: false
@@ -101,7 +101,7 @@ jobs:
101101
- name: Set up Node.js
102102
uses: actions/setup-node@v4
103103
with:
104-
node-version: '24.x'
104+
node-version: '24.11.1'
105105
cache: yarn
106106
- uses: actions/download-artifact@v4
107107
- run: mv ./builds-for-playwright/build ./build

.github/workflows/cloudflare-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Node.js
5252
uses: actions/setup-node@v4
5353
with:
54-
node-version: '24.x'
54+
node-version: '24.11.1'
5555
cache: yarn
5656
- name: Install dependencies
5757
run: yarn install --frozen-lockfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '24.x'
35+
node-version: '24.11.1'
3636
cache: yarn
3737
- name: Install dependencies
3838
run: yarn install --frozen-lockfile

.github/workflows/update-screenshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '24.x'
22+
node-version: '24.11.1'
2323
cache: yarn
2424
- name: Install dependencies
2525
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)