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 d7c3919 commit 3b6c317Copy full SHA for 3b6c317
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
node-version: [18.x, 20.x, 22.x]
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- uses: jdx/mise-action@v2
20
- run: pnpm i
21
- name: types
@@ -40,7 +40,7 @@ jobs:
40
CI: true
41
runs-on: ubuntu-latest
42
43
44
- uses: pnpm/action-setup@v2
45
with:
46
version: 8.15.9
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
22
23
24
25
26
fetch-depth: 0 # Need history for changelog generation
27
0 commit comments