Skip to content

Commit

Permalink
fix: Update Dockerfile for fixing the release failure (#540)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* use node 18 for releases
  • Loading branch information
AsabuHere authored Jun 9, 2023
1 parent 0005d88 commit 29337c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oclif-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
- run: |
make install
npm list @twilio/cli-core
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ RUN mkdir /twilio
WORKDIR /twilio

COPY . .
RUN npm install
RUN npm link

0 comments on commit 29337c1

Please sign in to comment.