|
|
@ -158,7 +158,7 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f
|
|
|
|
fetch-depth: 0 # Not needed if lastUpdated is not enabled
|
|
|
|
fetch-depth: 0 # Not needed if lastUpdated is not enabled
|
|
|
|
# - uses: pnpm/action-setup@v3 # Uncomment this block if you're using pnpm
|
|
|
|
# - uses: pnpm/action-setup@v3 # Uncomment this block if you're using pnpm
|
|
|
|
# with:
|
|
|
|
# with:
|
|
|
|
# version: 9
|
|
|
|
# version: 9 # Not needed if you've set "packageManager" in package.json
|
|
|
|
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
|
|
|
|
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
|
|
|
|
- name: Setup Node
|
|
|
|
- name: Setup Node
|
|
|
|
uses: actions/setup-node@v4
|
|
|
|
uses: actions/setup-node@v4
|
|
|
|