Skip to content

Commit 0f090bd

Browse files
committed
Обновляет Node.js и экшены
1 parent 5e5a08e commit 0f090bd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Deploy
22

33
on:
4-
pull_request:
54
push:
65
branches:
76
- main
7+
workflow_dispatch:
88

99
jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v4
13+
- uses: actions/checkout@v6
14+
- uses: actions/setup-node@v6
1515
with:
1616
node-version-file: package.json
1717
# Setup key

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"deploy": "rsync --archive --verbose --compress --delete --delete-excluded --exclude '.DS_Store' --copy-links ./dist/ deploy@157.230.28.93:/opt/sites/weblind.ru/public/"
99
},
1010
"engines": {
11-
"node": "20"
11+
"node": ">=24"
1212
},
1313
"devDependencies": {
1414
"autoprefixer": "^10.2.5",

0 commit comments

Comments
 (0)