diff --git a/.github/workflows/ftpDeploy.yml b/.github/workflows/ftpDeploy.yml index d054047..e25327c 100644 --- a/.github/workflows/ftpDeploy.yml +++ b/.github/workflows/ftpDeploy.yml @@ -8,10 +8,10 @@ jobs: - name: 🚚 Get latest code uses: actions/checkout@v3 - - name: Use Node.js 12 + - name: Use Node.js Latest uses: actions/setup-node@v3 with: - node-version: 'latestFTPPASSWORD' + node-version: 'latest' - name: 🔨Run Gulp run: |