Skip to content

Commit

Permalink
Stop testing on Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiandupont committed Mar 21, 2023
1 parent cf59ecc commit 98afb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 16.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 98afb61

Please sign in to comment.