We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e081e commit 407cd90Copy full SHA for 407cd90
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
name: "Run lint"
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: pnpm/action-setup@v3
+ - uses: pnpm/action-setup@v4
14
with:
15
version: 8
16
- uses: actions/setup-node@v4
@@ -32,7 +32,7 @@ jobs:
32
node-version: [20.x]
33
34
35
36
37
38
- name: Use Node.js ${{ matrix.node-version }}
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments