Skip to content

Commit 9d290ac

Browse files
Update CI github-actions
1 parent a1f258d commit 9d290ac

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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 18
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: '18.x'
37+
node-version: '18.20.8'
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.13.3'
3838
- name: Set up Node.js 18
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: '18.x'
41+
node-version: '18.20.8'
4242
cache: yarn
4343
- name: Install dependencies
4444
run: yarn install --frozen-lockfile

.github/workflows/ci-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Node.js 18
4545
uses: actions/setup-node@v4
4646
with:
47-
node-version: '18.x'
47+
node-version: '18.20.8'
4848
cache: yarn
4949
- name: Install dependencies
5050
run: yarn install --frozen-lockfile
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set up Node.js 18
6868
uses: actions/setup-node@v4
6969
with:
70-
node-version: '18.x'
70+
node-version: '18.20.8'
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.46.1-noble
91+
image: mcr.microsoft.com/playwright:v1.51.1-noble
9292
options: --user 1001
9393
strategy:
9494
fail-fast: false
@@ -101,7 +101,7 @@ jobs:
101101
- name: Set up Node.js 18
102102
uses: actions/setup-node@v4
103103
with:
104-
node-version: '18.x'
104+
node-version: '18.20.8'
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
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Node.js 18
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: '18.x'
51+
node-version: '18.20.8'
5252
cache: yarn
5353
- name: Install dependencies
5454
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 18
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '18.x'
35+
node-version: '18.20.8'
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 18
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '18.x'
22+
node-version: '18.20.8'
2323
cache: yarn
2424
- name: Install dependencies
2525
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)