1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

Merge pull request #102 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:52:09 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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