diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index a45c80a..b181aca 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -19,6 +19,11 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + + - uses: actions/setup-node@v4 + with: + node-version: "20" + registry-url: "https://registry.npmjs.org" - run: | npx auto version @@ -26,7 +31,6 @@ jobs: - run: | git config user.name github-actions git config user.email github-actions@github.com - git fetch --unshallow --tags - run: | semver=$(npx auto version)