diff --git a/.github/workflows/publishRelease.yml b/.github/workflows/publishRelease.yml index f2394be12a..92e520cdf2 100644 --- a/.github/workflows/publishRelease.yml +++ b/.github/workflows/publishRelease.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version-file: '.node-version' registry-url: 'https://registry.npmjs.org' - name: git config run: | diff --git a/.github/workflows/startRelease.yml b/.github/workflows/startRelease.yml index 20ede57da6..d68e02133c 100644 --- a/.github/workflows/startRelease.yml +++ b/.github/workflows/startRelease.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version-file: '.node-version' - name: git config run: | git config user.email "41898282+github-actions[bot]@users.noreply.github.com"