diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 53cb1353..1a4a5300 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -6,7 +6,7 @@ runs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: "16.18.x" + node-version: "18.18.x" cache: npm - name: Install packages run: npm install diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index dc269982..4a759e2f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,10 +30,11 @@ jobs: cp -r markups/contracts docs/docs/reference - name: Push Docs run: | + git config user.name "Docs Syncer" + git config user.email "contact@distributedlab.com" git fetch --unshallow latest_tag=$(git describe --tags --abbrev=0) cd docs - git config user.name "Docs Syncer" git add -f . if ! git diff-index --quiet HEAD; then git commit -m "CI: \`$latest_tag\`"