Skip to content

Commit

Permalink
chore: Remove un-used architecture option for actions/setup-node
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 1aa4af5 commit 4af2420
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Node CD

on:
on:
push:
tags:
- '*'
Expand Down 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 4af2420

Please sign in to comment.