diff --git a/.github/workflows/ftpDeploy.yml b/.github/workflows/ftpDeploy.yml index adfe9fa..df2a081 100644 --- a/.github/workflows/ftpDeploy.yml +++ b/.github/workflows/ftpDeploy.yml @@ -6,19 +6,17 @@ 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 npm start - + - name: 📂 Sync files uses: airvzxf/ftp-deployment-action@latest with: