Skip to content

Commit 4b49943

Browse files
Update CI github-actions
1 parent 2450fa7 commit 4b49943

File tree

7 files changed

+9
-9
lines changed

7 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
@@ -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/ci-playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: playwright
1818
runs-on: ubuntu-latest
1919
container:
20-
image: mcr.microsoft.com/playwright:v1.51.0-noble
20+
image: mcr.microsoft.com/playwright:v1.55.0-noble
2121
options: --user 1001
2222
steps:
2323
- name: Checkout code
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Node.js 20
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: '20.x'
30+
node-version: '20.19.5'
3131
cache: yarn
3232
- name: Install dependencies
3333
run: yarn install --frozen-lockfile

.github/workflows/ci-test.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/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 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

.github/workflows/generate-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js 20
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '20.x'
24+
node-version: '20.19.5'
2525
cache: yarn
2626
cache-dependency-path: src/oasis-nexus/yarn.lock
2727
- run: yarn install --frozen-lockfile

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)