Updated ftp worflow to use node latest as lts didn't work
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 16s
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 16s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
This commit is contained in:
@@ -8,10 +8,10 @@ jobs:
|
||||
- name: 🚚 Get latest code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Use Node.js LTS
|
||||
- name: Use Node.js Latest
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'lts'
|
||||
node-version: 'latest'
|
||||
- run: |
|
||||
export github="true"
|
||||
npm install
|
||||
|
||||
Reference in New Issue
Block a user