diff --git a/.github/workflows/bump-version-on-merge-next.yml b/.github/workflows/bump-version-on-merge-next.yml index 023bf8097..42e85e86d 100644 --- a/.github/workflows/bump-version-on-merge-next.yml +++ b/.github/workflows/bump-version-on-merge-next.yml @@ -62,9 +62,9 @@ jobs: - uses: actions/checkout@v2 # Setup node environment - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 # Bump version to the next prerelease (patch) with rc suffix - name: Suggest the new version diff --git a/.github/workflows/create-a-release-draft.yml b/.github/workflows/create-a-release-draft.yml index 02ffb1b33..1c85a9ccd 100644 --- a/.github/workflows/create-a-release-draft.yml +++ b/.github/workflows/create-a-release-draft.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 # Checkout to target branch - uses: actions/checkout@v2 with: @@ -68,9 +68,9 @@ jobs: submodules: 'recursive' # Setup node environment - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 # Prepare, build and publish project - name: Install dependencies diff --git a/.github/workflows/publish-package-to-npm.yml b/.github/workflows/publish-package-to-npm.yml index e867a7ede..b898bee4b 100644 --- a/.github/workflows/publish-package-to-npm.yml +++ b/.github/workflows/publish-package-to-npm.yml @@ -20,9 +20,9 @@ jobs: uses: codex-team/action-nodejs-package-info@v1 # Setup node environment - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmjs.org/ # Prepare, build and publish project