Skip to content

Commit

Permalink
feat: release node 14 native binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jun 11, 2020
1 parent fcbdb3e commit 9ee832c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x, 13.x]
node-version: [10.x, 12.x, 13.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Setup node
Expand Down

0 comments on commit 9ee832c

Please sign in to comment.