Skip to content

Commit 85b66a5

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

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 4 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 }}
35-
node-arch: ${{ matrix.node_arch }}
36-
env:
37-
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
35+
architecture: ${{ matrix.node_arch }}
3836

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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# apm - Atom Package Manager
22

33
![Build Status](https://github.com/atom-ide-community/apm/workflows/CI/badge.svg)
4-
[![Windows x86 Build Status](https://ci.appveyor.com/api/projects/status/j6ixw374a397ugkb/branch/master?svg=true)](https://ci.appveyor.com/project/Atom/apm/branch/master)
54
[![Dependency Status](https://david-dm.org/atom/apm.svg)](https://david-dm.org/atom/apm)
65

76
Discover and install Atom packages powered by [atom.io](https://atom.io)

0 commit comments

Comments
 (0)