diff --git a/.github/workflows/apt-release.yml b/.github/workflows/apt-release.yml index 827c849a..afb22f7e 100644 --- a/.github/workflows/apt-release.yml +++ b/.github/workflows/apt-release.yml @@ -9,10 +9,6 @@ jobs: steps: - name: Check Out Repo uses: actions/checkout@v2 - - name: Set up Node.js - uses: actions/setup-node@v2 - with: - node-version: '16.x' - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: diff --git a/.github/workflows/debian-executable-release.yml b/.github/workflows/debian-executable-release.yml index a3d42113..f34e0aea 100644 --- a/.github/workflows/debian-executable-release.yml +++ b/.github/workflows/debian-executable-release.yml @@ -11,10 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Set up Node.js - uses: actions/setup-node@v2 - with: - node-version: '16.x' - name: Getting last sha id: get-sha run: echo "::set-output name=SHA_SHORT::$(git rev-parse --short HEAD)" diff --git a/.github/workflows/macos-executable-release.yml b/.github/workflows/macos-executable-release.yml index fdb1020b..66a837bc 100644 --- a/.github/workflows/macos-executable-release.yml +++ b/.github/workflows/macos-executable-release.yml @@ -33,11 +33,6 @@ jobs: runs-on: macos-11 steps: - uses: actions/checkout@v2 - # Step is added for fixing DII-894, To be removed before eol of node 16 - - name: Set up Node.js - uses: actions/setup-node@v2 - with: - node-version: '16.x' - run: source .github/scripts/pack_macos.sh env: OSX_INSTALLER_CERT_BASE64: ${{ secrets.OSX_INSTALLER_CERT_BASE64}} diff --git a/.github/workflows/oclif-release.yml b/.github/workflows/oclif-release.yml index 90cf1295..2eda04af 100644 --- a/.github/workflows/oclif-release.yml +++ b/.github/workflows/oclif-release.yml @@ -30,10 +30,6 @@ jobs: publish: homebrew steps: - uses: actions/checkout@v2 - - name: Set up Node.js - uses: actions/setup-node@v2 - with: - node-version: '18.x' - run: | make install npm list @twilio/cli-core diff --git a/.github/workflows/rpmbuild.yml b/.github/workflows/rpmbuild.yml index 0805a016..64f7a0b1 100644 --- a/.github/workflows/rpmbuild.yml +++ b/.github/workflows/rpmbuild.yml @@ -10,11 +10,6 @@ jobs: - name: checkout cli uses: actions/checkout@v2 - - name: Set up Node.js - uses: actions/setup-node@v2 - with: - node-version: '16.x' - - name: get version id: get-tag run: | diff --git a/.github/workflows/windows-executable-release.yml b/.github/workflows/windows-executable-release.yml index 9a1362b7..52757416 100644 --- a/.github/workflows/windows-executable-release.yml +++ b/.github/workflows/windows-executable-release.yml @@ -30,10 +30,6 @@ jobs: needs: [get-tag, get-sha] steps: - uses: actions/checkout@v2 - - name: Set up Node.js - uses: actions/setup-node@v2 - with: - node-version: '16.x' - run: | make install brew install makensis