Skip to content

Commit

Permalink
Drop node < 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz committed May 11, 2024
1 parent 318866e commit c398e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]
name: Build & Test (Node v${{ matrix.node-version }})
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down

0 comments on commit c398e30

Please sign in to comment.