Skip to content

Commit c145a3a

Browse files
committed
Use github actions for windows x86
actions/setup-node#194
1 parent c2c56e8 commit c145a3a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ jobs:
2929
- uses: actions/checkout@v2
3030

3131
- name: Install Node
32-
uses: aminya/setup-node@x86
32+
uses: actions/setup-node@v2-beta
3333
with:
3434
node-version: ${{ matrix.node_version }}
3535
node-arch: ${{ matrix.node_arch }}
36-
env:
37-
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
3836

3937
- name: Install npm
4038
run: npm install -g npm

0 commit comments

Comments
 (0)