Skip to content

Commit

Permalink
Lower version to 10 in npmpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
jshjohnson committed Oct 15, 2019
1 parent bb0736e commit bbeb556
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
node-version: 10
- run: npm ci
- run: npm run bundlesize
- run: npm run lint
- run: npm test
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 10
registry-url: https://registry.npmjs.org/
- run: npm publish
env:
Expand All @@ -41,9 +41,9 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 10
registry-url: https://npm.pkg.github.com/
scope: '@your-github-username'
scope: '@jshjohnson'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit bbeb556

Please sign in to comment.