We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e0449 commit 8cf8da1Copy full SHA for 8cf8da1
1 file changed
.github/workflows/deploy.yml
@@ -24,9 +24,11 @@ jobs:
24
uses: actions/checkout@v4
25
with:
26
fetch-depth: 0 # Not needed if lastUpdated is not enabled
27
- - name: Install pnpm
+ - name: Install pnpm v10
28
uses: pnpm/action-setup@v4
29
- - name: Use Node.js 20
+ with:
30
+ version: 10
31
+ - name: Use Node.js v20
32
uses: actions/setup-node@v4
33
34
node-version: 20
0 commit comments