workflow-fix #43
4
.github/workflows/ftpDeploy.yml
vendored
4
.github/workflows/ftpDeploy.yml
vendored
@ -8,10 +8,10 @@ jobs:
|
|||||||
- name: 🚚 Get latest code
|
- name: 🚚 Get latest code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Use Node.js LTS
|
- name: Use Node.js Latest
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 'lts'
|
node-version: 'latest'
|
||||||
- run: |
|
- run: |
|
||||||
export github="true"
|
export github="true"
|
||||||
npm install
|
npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user