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 c6f5984 commit e9269dfCopy full SHA for e9269df
.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: pnpm/action-setup@v4
20
with:
21
version: 9.15.9
@@ -65,7 +65,7 @@ jobs:
65
CI: true
66
runs-on: ubuntu-latest
67
68
69
- uses: jdx/mise-action@v2
70
- run: pnpm i --frozen-lockfile
71
- name: test
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
22
23
24
25
fetch-depth: 0 # Need history for changelog generation
26
0 commit comments