We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b78365 commit fc06dd3Copy full SHA for fc06dd3
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
fetch-depth: 0 # Not needed if lastUpdated is not enabled
36
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
37
- name: Setup Node
38
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v3
39
with:
40
node-version: '18'
41
cache: 'pnpm'
0 commit comments