Skip to content

Commit

Permalink
Merge pull request #267 from pvasek/fix/build-failing
Browse files Browse the repository at this point in the history
version updated, test run on ubuntu instead of windows
  • Loading branch information
pvasek authored Jun 19, 2020
2 parents 1c8b621 + 58cf7c4 commit d8efa5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm prepublishOnly
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
build:

runs-on: windows-latest
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-docgen-typescript",
"version": "1.17.1",
"version": "1.18.0",
"description": "",
"homepage": "https://github.com/styleguidist/react-docgen-typescript/",
"bugs": "https://github.com/styleguidist/react-docgen-typescript/issues",
Expand Down

0 comments on commit d8efa5e

Please sign in to comment.