Skip to content

Commit

Permalink
upgrade to node 16 (#7724)
Browse files Browse the repository at this point in the history
* upgrade to node 16

* does upgrading fontawesome prevent errors
  • Loading branch information
jrhizor committed Nov 8, 2021
1 parent ef1278a commit ce3426c
Show file tree
Hide file tree
Showing 5 changed files with 45,568 additions and 397 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '14.7'
node-version: '16.13.0'

- uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '14.7'
node-version: '16.13.0'

- name: Set up CI Gradle Properties
run: |
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '14.7'
node-version: '16.13.0'

- name: Install Cypress Test Dependencies
run: sudo apt-get update && sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '14.7'
node-version: '16.13.0'

- name: Fix EC-2 Runner
run: |
Expand Down
2 changes: 1 addition & 1 deletion airbyte-webapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id "com.github.node-gradle.node" version "3.1.1"
}

def nodeVersion = System.getenv('NODE_VERSION') ?: '14.11.0'
def nodeVersion = System.getenv('NODE_VERSION') ?: '16.13.0'

node {
download = true
Expand Down

0 comments on commit ce3426c

Please sign in to comment.