diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4f80ea0..d64caa8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Uses Node.js 10 + - name: Uses Node.js 12.13.0 uses: actions/setup-node@v1 with: - node-version: 10 + node-version: 12.13.0 - run: npm install -g yarn - run: yarn install - run: yarn test diff --git a/.nvmrc b/.nvmrc index d191598..47c0a98 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -10.16.3 +12.13.0 diff --git a/examples/analytics/dist/index.html b/examples/analytics/dist/index.html index bf2d0bc..d8936f2 100644 --- a/examples/analytics/dist/index.html +++ b/examples/analytics/dist/index.html @@ -2,7 +2,7 @@ function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); -gtag('config', 'UA-28076707-7');
+gtag('config', 'UA-28076707-7');Webpack App Hello world!
webpack.config.js
const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const HtmlWebpackPartialsPlugin = require('../../');
@@ -48,4 +48,4 @@
gtag('config', '<%= ga_property_id %>');
</script>
-