Skip to content

Commit

Permalink
chore: remove node 16 from windows pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed May 29, 2021
1 parent da467f6 commit 6c1a1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
node: ["10.23.0", "12.22.1", "14.16.1", "15.14.0", "16.1.0"]
node: ["10.23.0", "12.22.1", "14.16.1", "15.14.0"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 6c1a1c4

Please sign in to comment.