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
|
||||
steps:
|
||||
- name: 🚚 Get latest code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Use Node.js 12
|
||||
uses: actions/setup-node@v2-beta
|
||||
- name: Use Node.js LTS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '12'
|
||||
|
||||
- name: 🔨Run Gulp
|
||||
node-version: 'lts'
|
||||
run: |
|
||||
export github="true"
|
||||
npm install
|
||||
|
Loading…
Reference in New Issue
Block a user