Skip to content

Commit 37a3753

Browse files
Update CI github-actions
1 parent 03c6eef commit 37a3753

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Node.js 20
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: '20.x'
31+
node-version: '20.19.6'
3232
cache: yarn
3333
- name: Install dependencies
3434
run: yarn install --frozen-lockfile

.github/workflows/ci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- name: Set up Python 3
3333
uses: actions/setup-python@v5
3434
with:
35-
python-version: '3.x'
35+
python-version: '3.14.2'
3636
- name: Set up Node.js 20
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: '20.x'
39+
node-version: '20.19.6'
4040
cache: yarn
4141
- name: Install dependencies
4242
run: yarn install --frozen-lockfile

.github/workflows/ci-playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: playwright
2222
runs-on: ubuntu-latest
2323
container:
24-
image: mcr.microsoft.com/playwright:v1.56.1-noble
24+
image: mcr.microsoft.com/playwright:v1.57.0-noble
2525
options: --user 1001
2626
strategy:
2727
fail-fast: false
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Node.js 20
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: '20.x'
39+
node-version: '20.19.6'
4040
cache: yarn
4141
- name: Install dependencies
4242
run: yarn install --frozen-lockfile

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Node.js 20
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: '20.x'
31+
node-version: '20.19.6'
3232
cache: yarn
3333
- name: Install dependencies
3434
run: yarn install --frozen-lockfile

.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 20
5252
uses: actions/setup-node@v4
5353
with:
54-
node-version: '20.x'
54+
node-version: '20.19.6'
5555
cache: yarn
5656
- name: Install dependencies
5757
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.6'
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.6'
3030
cache: yarn
3131
- name: Install dependencies
3232
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)