Skip to content

Commit

Permalink
Remove Node.js 12 from testing matrix (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops committed May 2, 2022
1 parent 89c1d02 commit a1d70ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16, 18]
node: [14, 16, 18]
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit a1d70ce

Please sign in to comment.