Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '22'

- name: Install commitlint
run: |
Expand DownExpand Up@@ -79,7 +79,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '22'

- name: Install uv
uses: astral-sh/setup-uv@v7
Expand DownExpand Up@@ -108,7 +108,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '22'

- name: Install uv
uses: astral-sh/setup-uv@v7
Expand DownExpand Up@@ -144,7 +144,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '22'

- name: Install uv
uses: astral-sh/setup-uv@v7
Expand DownExpand Up@@ -179,7 +179,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '22'

- name: Install uv
uses: astral-sh/setup-uv@v7
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-plz.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,6 +34,7 @@ jobs:
- name: Run release-plz release
run: release-plz release
env:
GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

Expand DownExpand Up@@ -64,5 +65,6 @@ jobs:
- name: Run release-plz release-pr
run: release-plz release-pr
env:
GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Loading