Skip to content

Commit c365d56

Browse files
Update CI github-actions
1 parent 0372dfc commit c365d56

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Node.js 20
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: '20.x'
34+
node-version: '20.20.2'
3535
cache: yarn
3636
- name: Install dependencies
3737
run: yarn install --frozen-lockfile

.github/workflows/ci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
- name: Set up Python 3
3636
uses: actions/setup-python@v5
3737
with:
38-
python-version: '3.x'
38+
python-version: '3.14.3'
3939
- name: Set up Node.js 20
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: '20.x'
42+
node-version: '20.20.2'
4343
cache: yarn
4444
- name: Install dependencies
4545
run: yarn install --frozen-lockfile

.github/workflows/ci-playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: playwright
2525
runs-on: ubuntu-latest
2626
container:
27-
image: mcr.microsoft.com/playwright:v1.56.1-noble
27+
image: mcr.microsoft.com/playwright:v1.59.0-noble
2828
options: --user 1001
2929
strategy:
3030
fail-fast: false
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Node.js 20
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: '20.x'
42+
node-version: '20.20.2'
4343
cache: yarn
4444
- name: Install dependencies
4545
run: yarn install --frozen-lockfile

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Node.js 20
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: '20.x'
34+
node-version: '20.20.2'
3535
cache: yarn
3636
- name: Install dependencies
3737
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.20.2'
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.20.2'
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.20.2'
3030
cache: yarn
3131
- name: Install dependencies
3232
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)