diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4efeeae..f9ebd89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' # Runs a single command using the runners shell - name: Install dependencies for the twilio function run: npm ci