Skip to content

Commit dfd094a

Browse files
committed
Fix npm CI lockfile sync
1 parent 3c29f74 commit dfd094a

2 files changed

Lines changed: 73 additions & 23 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '20'
21+
node-version: '22'
2222

2323
# 3. Устанавливаем зависимости и собираем
2424
- name: Install and Build
@@ -40,4 +40,4 @@ jobs:
4040
destination-repository-name: 'cadautoscript.com'
4141
target-directory: 'static/utilities/cylindrical-shell-rolling' # Куда положить код
4242
user-email: 'bot@pvt-game.com'
43-
target-branch: main
43+
target-branch: main

package-lock.json

Lines changed: 71 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)