Skip to content

Commit

Permalink
ci: use node v16 for macOS and windows jobs (#15418)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Dec 14, 2021
1 parent eafaf52 commit f2c7ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -31,9 +31,9 @@ jobs:
node: [17.x, 16.x, 14.x, 12.x, "12.22.0"]
include:
- os: windows-latest
node: "12.x"
node: "16.x"
- os: macOS-latest
node: "12.x"
node: "16.x"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f2c7ba6

Please sign in to comment.