Skip to content

Commit

Permalink
Packages updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
validide committed Oct 20, 2022
1 parent 2cc7bb4 commit 0828e20
Show file tree
Hide file tree
Showing 14 changed files with 3,795 additions and 4,505 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
- run: npm ci
Expand All @@ -21,8 +21,8 @@ jobs:
steps:

# checkout the repo
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
registry-url: https://registry.npmjs.org/
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }}

# publish to NPMJS
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
scope: '@validide'
Expand All @@ -62,7 +62,7 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
# publish to GitHub Pacakge Registry
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
registry-url: https://npm.pkg.github.com/
scope: '@validide'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
- run: npm ci
Expand Down
26 changes: 12 additions & 14 deletions docs/demo/lib/bundle/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/demo/lib/bundle/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 0828e20

Please sign in to comment.