Skip to content

Commit

Permalink
third times a charm
Browse files Browse the repository at this point in the history
  • Loading branch information
micahilbery committed Jan 29, 2024
1 parent 4350cce commit b5e29d5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
Expand All @@ -25,8 +25,8 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
Expand All @@ -22,8 +22,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To install this component all you need to do is add this script tag
to the bottom of your page:

```html
<script defer type="module" src="https://cdn.jsdelivr.net/npm/@micahilbery/[email protected].2/share-on-mastodon.min.js"></script>
<script defer type="module" src="https://cdn.jsdelivr.net/npm/@micahilbery/[email protected].3/share-on-mastodon.min.js"></script>
```

## Usage
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": "@micahilbery/share-on-mastodon",
"version": "1.1.2",
"version": "1.1.3",
"description": "A web component to add a customizeable \"Share on Mastodon\" button to your pages.",
"main": "share-on-mastodon.js",
"module": "share-on-mastodon.js",
Expand Down

0 comments on commit b5e29d5

Please sign in to comment.