Skip to content

Commit

Permalink
Antlr requires newer version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
torstees committed Sep 18, 2023
1 parent 1dfa87a commit abf1bd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abf1bd4

Please sign in to comment.