Skip to content

Commit

Permalink
chore: Remove un-used architecture option for actions/setup-node (#394)
Browse files Browse the repository at this point in the history
There is a PR to add an architecture option but it is not yet merged:
actions/setup-node#42
  • Loading branch information
gmaclennan committed Aug 17, 2020
1 parent fa97ec5 commit 1379acd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.4
architecture: ${{matrix.config.arch}}
- name: npm ci
run: |
npm ci
Expand Down

0 comments on commit 1379acd

Please sign in to comment.