Skip to content

Commit

Permalink
ci: use node v16 for macOS and windows jobs (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Dec 25, 2021
1 parent 5f7287a commit 1b72d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -30,9 +30,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 1b72d7a

Please sign in to comment.