Skip to content

Commit

Permalink
chore: remove node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Mar 9, 2021
1 parent b993194 commit 003b93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node: [12, 14]
node: [14]
fail-fast: true
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 003b93b

Please sign in to comment.