Skip to content

Commit

Permalink
hotfix: upgrade node version to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
leroychan committed Nov 10, 2023
1 parent fa05a64 commit 3bce47e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flex_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js v16
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Install NPM packages
id: install-npm
working-directory: serverless-functions
Expand Down Expand Up @@ -69,10 +69,10 @@ jobs:
TWILIO_API_SECRET: ${{ secrets.TWILIO_API_SECRET }}
steps:
- uses: actions/checkout@v3
- name: Setup Node.js v16
- name: Setup Node.js v18
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Install NPM packages
id: install-npm
working-directory: plugin-conversations-icons
Expand Down

0 comments on commit 3bce47e

Please sign in to comment.