Skip to content

Commit

Permalink
chore: Drop node.js 14 tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutnik committed Dec 5, 2022
1 parent 4a9536f commit ba59cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x]

steps:
- name: Checkout
Expand Down

0 comments on commit ba59cb3

Please sign in to comment.