From abf1bd4086dde1a3f25994eef13133f5d3f1390b Mon Sep 17 00:00:00 2001 From: Eric Torstenson Date: Mon, 18 Sep 2023 17:38:42 -0500 Subject: [PATCH] Antlr requires newer version of node --- .github/workflows/continuous_integration.yml | 2 +- .github/workflows/deploy_preview.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 73242d1f..155efb78 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node-version: [10, 12] + node-version: [16] steps: - name: Check out branch uses: actions/checkout@v2 diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 1f6531b3..c58e97c0 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -26,7 +26,7 @@ jobs: - name: 🛠 Set up Node.js uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 16 - name: 🛠 Install SUSHI and add FSH definitions run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5be15656..cc15360e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node-version: [10, 12] + node-version: [16] steps: - name: Check out branch uses: actions/checkout@v2