Skip to content

Commit

Permalink
improve: drop official node 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Mar 10, 2022
1 parent a99293c commit cf0aea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
node: [14, 16]
environment: [dom, node]
graphql-version: [14, 15, 16]
name: Node ${{ matrix.node }} @env ${{matrix.environment}} with grahpql@${{ matrix.graphql-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
node: [14, 16]
environment: [dom, node]
graphql-version: [14, 15, 16]
name: Node ${{ matrix.node }} @env ${{matrix.environment}} with grahpql@${{ matrix.graphql-version }}
Expand Down

0 comments on commit cf0aea9

Please sign in to comment.