Skip to content

Commit 9b841ad

Browse files
committed
chore: use official setup-node with x86 support
actions/setup-node#194
1 parent e49e349 commit 9b841ad

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches:
66
- master
77

8-
env:
9-
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
10-
118
jobs:
129
Test:
1310
if: "!contains(github.event.head_commit.message, '[skip ci]')"
@@ -57,10 +54,10 @@ jobs:
5754
echo ::set-env name=CXX::clang++
5855
5956
- name: Install Node
60-
uses: aminya/setup-node@x86
57+
uses: actions/setup-node@v2.1.3
6158
with:
6259
node-version: ${{ matrix.node_version }}
63-
node-arch: ${{ matrix.node_arch }}
60+
architecture: ${{ matrix.node_arch }}
6461

6562
- name: Install dependencies and build
6663
run: npm install

0 commit comments

Comments
 (0)