Skip to content

Commit a630906

Browse files
committed
try fix ci
1 parent 491e64e commit a630906

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
permissions:
99
id-token: write
10+
contents: read
1011

1112
jobs:
1213
state:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.event_name == 'workflow_dispatch' || !contains(github.event.head_commit.message, 'chore(release):') }}
2121
strategy:
2222
matrix:
23-
node-version: [22.17, 24]
23+
node-version: [22.17]
2424
steps:
2525
- name: Checkout the repository
2626
uses: actions/checkout@v5

0 commit comments

Comments
 (0)