Skip to content

Commit

Permalink
chore: use official setup-node with x86 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Dec 10, 2020
1 parent e49e349 commit 9b841ad
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- master

env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

jobs:
Test:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
Expand Down Expand Up @@ -57,10 +54,10 @@ jobs:
echo ::set-env name=CXX::clang++
- name: Install Node
uses: aminya/setup-node@x86
uses: actions/setup-node@v2.1.3
with:
node-version: ${{ matrix.node_version }}
node-arch: ${{ matrix.node_arch }}
architecture: ${{ matrix.node_arch }}

- name: Install dependencies and build
run: npm install
Expand Down

0 comments on commit 9b841ad

Please sign in to comment.