Skip to content

Commit

Permalink
Merge pull request #32 from ronatskiy/1.1.5
Browse files Browse the repository at this point in the history
1.1.5
  • Loading branch information
ronatskiy authored Feb 20, 2022
2 parents fd4727d + ada3e93 commit bf4ebf3
Show file tree
Hide file tree
Showing 5 changed files with 2,742 additions and 8,987 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,14 @@ on:
types: [published]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ coverage
yarn.lock
dist
yarn-error.log
.parcel-cache
Loading

0 comments on commit bf4ebf3

Please sign in to comment.