Skip to content

Commit

Permalink
configure CI for Node 16 min version
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jul 29, 2022
1 parent 8a185ad commit 647ebf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node: [14, 16]
node: [16]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node: [14, 16]
node: [16]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 647ebf4

Please sign in to comment.