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 16279cf commit 181486eCopy full SHA for 181486e
3 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
name: Build & Test (${{ matrix.os }})
20
steps:
21
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
22
23
- name: Setup Node.js
24
uses: actions/setup-node@v6
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
permissions:
id-token: write
.github/workflows/typecheck.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Typecheck
15
runs-on: ubuntu-latest
16
0 commit comments