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 3a4555d commit b6f8879Copy full SHA for b6f8879
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: pnpm/action-setup@v2
20
with:
21
version: 8
22
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
23
24
node-version: 18
25
cache: 'pnpm'
@@ -105,7 +105,7 @@ jobs:
105
106
107
108
109
110
node-version: ${{ matrix.node-version }}
111
0 commit comments