Skip to content

Commit

Permalink
try to fix ability to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ericblade committed May 1, 2020
1 parent e44a619 commit 557ea35
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ jobs:

runs-on: ubuntu-latest

# strategy:
# matrix:
# node-version: [10.x, 12.x, 14.x]
# os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: '14.x'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: npm install, build, test, publish
run: |
node --version
Expand Down

0 comments on commit 557ea35

Please sign in to comment.