Skip to content

Commit

Permalink
chore: drop node 13 in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 18, 2021
1 parent 4a6838f commit 779b679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-18.04]
node: [12, 13, 15]
node: [12, 14, 15]

steps:
- name: Checkout code
Expand Down

0 comments on commit 779b679

Please sign in to comment.