Skip to content

Commit

Permalink
build(test): remove node v12 from the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mnovozhylov committed Jul 1, 2023
1 parent ac89e46 commit b0d987c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
node: [ '12', '14', '16' ]
node: [ '14', '16' ]

name: Node ${{ matrix.node }}
steps:
Expand Down

0 comments on commit b0d987c

Please sign in to comment.