Skip to content

Commit 43b87d2

Browse files
chore(deps): update ci github-actions
1 parent e693840 commit 43b87d2

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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.7'
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.2'
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.7'
4242
cache: yarn
4343
- name: Install dependencies
4444
run: yarn install --frozen-lockfile

.github/workflows/ci-test.yml

Lines changed: 3 additions & 3 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.7'
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.7'
7171
cache: yarn
7272
- name: Install dependencies
7373
run: yarn install --frozen-lockfile
@@ -102,7 +102,7 @@ jobs:
102102
- name: Set up Node.js 18
103103
uses: actions/setup-node@v4
104104
with:
105-
node-version: '18.x'
105+
node-version: '18.20.7'
106106
cache: yarn
107107
- name: Install dependencies
108108
run: yarn install --frozen-lockfile

.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.7'
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.7'
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.7'
2323
cache: yarn
2424
- name: Install dependencies
2525
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)