diff --git a/.github/workflows/hardReleaseTele.yml b/.github/workflows/hardReleaseTele.yml index db4dcba9..d2d4ccd5 100644 --- a/.github/workflows/hardReleaseTele.yml +++ b/.github/workflows/hardReleaseTele.yml @@ -191,10 +191,10 @@ jobs: token: ${{ secrets.MY_REPO_PAT }} submodules: recursive - - name: Set Node.js 16.x + - name: Set Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Install yarn run: npm install --global yarn - name: Install dependency diff --git a/.github/workflows/newBuild.yml b/.github/workflows/newBuild.yml index 1034bf58..0a3bf0cb 100644 --- a/.github/workflows/newBuild.yml +++ b/.github/workflows/newBuild.yml @@ -229,10 +229,10 @@ jobs: token: ${{ secrets.MY_REPO_PAT }} submodules: recursive - - name: Set Node.js 16.x + - name: Set Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Install yarn run: npm install --global yarn - name: Install dependency