Skip to content

Commit

Permalink
fix(build): use node 16 which should install windows-build-tools auto…
Browse files Browse the repository at this point in the history
…matically
  • Loading branch information
TimPietrusky committed Mar 13, 2022
1 parent 34b4826 commit 906d866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 906d866

Please sign in to comment.