Skip to content

Commit 51d850b

Browse files
Update CI github-actions
1 parent bc1cd91 commit 51d850b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Node.js 20
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20.x'
27+
node-version: '20.19.5'
2828
cache: yarn
2929
- name: Install dependencies
3030
run: yarn install --frozen-lockfile

.github/workflows/ci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- name: Set up Python 3
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: '3.x'
31+
python-version: '3.13.7'
3232
- name: Set up Node.js 20
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '20.x'
35+
node-version: '20.19.5'
3636
cache: yarn
3737
- name: Install dependencies
3838
run: yarn install --frozen-lockfile

.github/workflows/cloudflare-deploy.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 20
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: '20.x'
51+
node-version: '20.19.5'
5252
cache: yarn
5353
- name: Install dependencies
5454
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)