diff --git a/.github/workflows/autodeploy.yml b/.github/workflows/autodeploy.yml index 834fd7ac..da1b34ee 100644 --- a/.github/workflows/autodeploy.yml +++ b/.github/workflows/autodeploy.yml @@ -10,25 +10,20 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v3 - with: + uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - - name: Setup Node & deploy - - name: Setup Node & deploy - uses: actions/setup-node@v3 - with: - node-version: "16" - name: Make script file executable run: chmod +x extract.sh - name: Run the script run: ./extract.sh - - name: Indent table and deploy + - name: Setup Node & deploy + uses: actions/setup-node@v3 + with: + node-version: "20" run: | npm install npm run format - npm run format - npm run deploy git config --global user.name "${{ github.actor }}" git config --global user.email "${{ github.actor }}@users.noreply.github.com" git add .