Skip to content

Commit

Permalink
fix broken workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzYanick committed Mar 1, 2024
1 parent 08417fd commit 98c54fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 21
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build:prod
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A script that creates a Consent banner to activate detailed tracking on Ackee. J

## 🚀 Installation
```html
<script src="https://cdn.jsdelivr.net/npm/ackee-tracker-consent@1.2.1/dist/ackee-tracker-consent.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ackee-tracker-consent@1.2.2/dist/ackee-tracker-consent.min.js"></script>

<script>
AckeeTrackerOptIn.consent('https://ackee.example.com', 'hd11f820-68a1-11e6-8047-79c0c2d9bce0')
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ackee-tracker-consent",
"version": "1.2.1",
"version": "1.2.2",
"description": "A consent banner to activate detailed tracking on Ackee",
"main": "dist/ackee-tracker-consent.min.js",
"module": "src/index.js",
Expand Down

0 comments on commit 98c54fc

Please sign in to comment.