Skip to content

Commit

Permalink
chore: update Node.js versions in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodconnolly committed May 4, 2022
1 parent b1f8f2e commit 3433bcc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
node-versions:
- {name: 'Node.js 14', version: '14'}
- {name: 'Node.js 16', version: '16'}
steps:
- uses: actions/checkout@v2
- name: Installing ${{ matrix.node-versions.name }}
Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
node-versions:
- {name: 'Node.js 14', version: '14'}
- {name: 'Node.js 16', version: '16'}
steps:
- uses: actions/checkout@v2
- name: Installing ${{ matrix.node-versions.name }}
Expand All @@ -64,6 +64,7 @@ jobs:
- {name: 'Node.js 12', version: '12'}
- {name: 'Node.js 14', version: '14'}
- {name: 'Node.js 16', version: '16'}
- {name: 'Node.js 18', version: '18'}
steps:
- uses: actions/checkout@v2
- name: Installing ${{ matrix.node-versions.name }}
Expand All @@ -81,7 +82,7 @@ jobs:
fail-fast: false
matrix:
node-versions:
- {name: 'Node.js 14', version: '14'}
- {name: 'Node.js 16', version: '16'}
postgres-versions:
- {name: 'Postgres 9.5', version: '9.5'}
- {name: 'Postgres 10', version: '10'}
Expand Down Expand Up @@ -122,7 +123,7 @@ jobs:
fail-fast: false
matrix:
node-versions:
- {name: 'Node.js 14', version: '14'}
- {name: 'Node.js 16', version: '16'}
mysql-versions:
- {name: 'MySQL 5.7', version: '5.7'}
- {name: 'MySQL 8', version: '8'}
Expand Down Expand Up @@ -157,7 +158,7 @@ jobs:
fail-fast: false
matrix:
node-versions:
- {name: 'Node.js 14', version: '14'}
- {name: 'Node.js 16', version: '16'}
mariadb-versions:
- {name: 'MariaDB 10.3', version: '10.3'}
- {name: 'MariaDB 10.4', version: '10.4'}
Expand Down Expand Up @@ -193,7 +194,7 @@ jobs:
fail-fast: false
matrix:
node-versions:
- {name: 'Node.js 14', version: '14'}
- {name: 'Node.js 16', version: '16'}
mssql-versions:
- {name: 'MSSQL 2017', version: '2017'}
- {name: 'MSSQL 2019', version: '2019'}
Expand Down

0 comments on commit 3433bcc

Please sign in to comment.