Skip to content

Commit

Permalink
Merge pull request #220 from n-thumann/bump_nodejs_version
Browse files Browse the repository at this point in the history
Bump Node.js versions in CI
  • Loading branch information
n-thumann authored Aug 5, 2023
2 parents 4990540 + e90d8be commit 1e9a042
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
node-version: [18.x, 20.x]
name: Build & Lint
steps:
- name: Checkout Code
Expand All @@ -32,7 +32,7 @@ jobs:
name: Test
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
node-version: [18.x, 20.x]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -42,6 +42,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y ffmpeg
- name: Prepare test environment
run: |
Expand Down

0 comments on commit 1e9a042

Please sign in to comment.