From 7559bc4a039e9d813ab6c6d587f3424cf13868d6 Mon Sep 17 00:00:00 2001 From: deshartman <47675451+deshartman@users.noreply.github.com> Date: Tue, 31 Jan 2023 08:19:39 +1100 Subject: [PATCH] Update to Node 16 Fails with Node 12 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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