From 557ea35791f35f6d49dd52c23e87080cd29810cc Mon Sep 17 00:00:00 2001 From: Eric Blade Date: Fri, 1 May 2020 05:50:10 -0400 Subject: [PATCH] try to fix ability to publish --- .github/workflows/publish.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 64a5ed4a..65934a63 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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