node-fix #45
7
.github/workflows/ftpDeploy.yml
vendored
7
.github/workflows/ftpDeploy.yml
vendored
@ -1,4 +1,7 @@
|
|||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
name: 🚀 Deploy website on push
|
name: 🚀 Deploy website on push
|
||||||
jobs:
|
jobs:
|
||||||
web-deploy:
|
web-deploy:
|
||||||
@ -11,7 +14,7 @@ jobs:
|
|||||||
- name: Use Node.js Latest
|
- name: Use Node.js Latest
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 'latest'
|
node-version: 20
|
||||||
|
|
||||||
- name: 🔨Run Gulp
|
- name: 🔨Run Gulp
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user