1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 10:54:38 +00:00

Merge pull request #17 from robonen/renovate/actions-setup-node-6.x

chore(deps): update actions/setup-node action to v6
This commit is contained in:
2025-10-23 09:43:37 +03:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ jobs:
with: with:
run_install: false run_install: false
- uses: actions/setup-node@v5 - uses: actions/setup-node@v6
with: with:
node-version: ${{ env.NODE_VERSION }} node-version: ${{ env.NODE_VERSION }}
cache: pnpm cache: pnpm