We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491e64e commit a630906Copy full SHA for a630906
.github/workflows/release.yml
@@ -7,6 +7,7 @@ on:
7
8
permissions:
9
id-token: write
10
+ contents: read
11
12
jobs:
13
state:
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
if: ${{ github.event_name == 'workflow_dispatch' || !contains(github.event.head_commit.message, 'chore(release):') }}
21
strategy:
22
matrix:
23
- node-version: [22.17, 24]
+ node-version: [22.17]
24
steps:
25
- name: Checkout the repository
26
uses: actions/checkout@v5
0 commit comments