workflow-fix #43
10
.github/workflows/ftpDeploy.yml
vendored
10
.github/workflows/ftpDeploy.yml
vendored
@ -6,14 +6,12 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: 🚚 Get latest code
|
- name: 🚚 Get latest code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Use Node.js 12
|
- name: Use Node.js LTS
|
||||||
uses: actions/setup-node@v2-beta
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: 'lts'
|
||||||
|
|
||||||
- name: 🔨Run Gulp
|
|
||||||
run: |
|
run: |
|
||||||
export github="true"
|
export github="true"
|
||||||
npm install
|
npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user