1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-08-20 18:32:01 +00:00

1 Commits

Author SHA1 Message Date
renovate[bot] 51ca2b4cd5 chore(deps): update actions/setup-node action to v7 2026-07-27 09:39:43 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
with: with:
run_install: false run_install: false
- uses: actions/setup-node@v6 - uses: actions/setup-node@v7
with: with:
node-version: ${{ env.NODE_VERSION }} node-version: ${{ env.NODE_VERSION }}
cache: pnpm cache: pnpm
+1 -1
View File
@@ -3,7 +3,7 @@
"type": "module", "type": "module",
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"packageManager": "pnpm@11.22.0", "packageManager": "pnpm@10.30.1",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",