Skip to content

Commit

Permalink
Merge pull request #417 from desktop/bump-setup-node
Browse files Browse the repository at this point in the history
Fix CI failure due to use of deprecated commands
  • Loading branch information
niik authored Nov 30, 2020
2 parents 80ca5f9 + e676969 commit 38d8f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
submodules: recursive
- name: Install Node.js ${{ matrix.arch }}
uses: aminya/setup-node@9acb334
uses: niik/setup-node@f9547c9
with:
node-version: 12
node-arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 38d8f9f

Please sign in to comment.