Skip to content

Commit

Permalink
Merge branch 'master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Jan 11, 2024
2 parents 22af80a + 1565eab commit 88558ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'npm'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions config/jsdoc/static/analytics.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var s = document.createElement("script");
s.src = "https://www.googletagmanager.com/gtag/js?id=UA-141911582-2";
s.src = "https://www.googletagmanager.com/gtag/js?id=G-DL3B3PRHQM";

document.head.appendChild(s);

Expand All @@ -8,5 +8,5 @@ s.onload = function() {
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-141911582-2');
gtag('config', 'G-DL3B3PRHQM');
}

0 comments on commit 88558ad

Please sign in to comment.