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 7c1aeef commit ead8dc5Copy full SHA for ead8dc5
.github/workflows/autofix.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
run_install: false
21
22
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
23
24
node-version: 20
25
cache: "pnpm"
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
26
27
node-version: ${{ matrix.node-version }}
28
- run: pnpm install
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
fetch-depth: 0
18
node-version: lts/*
0 commit comments