Skip to content

Commit

Permalink
chore: removed node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Aug 1, 2023
1 parent a700895 commit 6f2ef01
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 26 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/apt-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/debian-executable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/macos-executable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/oclif-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/rpmbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/windows-executable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f2ef01

Please sign in to comment.