Skip to content

Commit

Permalink
Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Sep 3, 2024
1 parent 781cadb commit a0e0e36
Show file tree
Hide file tree
Showing 82 changed files with 1,017 additions and 266 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: pnpm cache
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/change_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: pnpm cache
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: pnpm cache
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Get dist-tag from branch name
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: pnpm cache
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: pnpm cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ client-side and server-side tiers of your websites and web apps.

### Maintainer quick start

Assuming [git](https://git-scm.com/downloads), [Node.js 14 or 16](https://nodejs.org/en/download/releases/) are installed.
Assuming [git](https://git-scm.com/downloads), [Node.js 18 - 20](https://nodejs.org/en/download/releases/) are installed.

#### Clone repository

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-ad-tracking",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-ad-tracking"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-browser-features",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-browser-features"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-button-click-tracking",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-button-click-tracking"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-client-hints",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-client-hints"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-consent",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-consent"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-debugger",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-debugger"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-ecommerce",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-ecommerce"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-enhanced-consent",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-enhanced-consent"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-enhanced-ecommerce",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-enhanced-ecommerce"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-error-tracking",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-error-tracking"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-event-specifications",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-event-specifications"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-focalmeter",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-focalmeter"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-form-tracking",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-form-tracking"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-ga-cookies",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-ga-cookies"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-geolocation",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-geolocation"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-link-click-tracking",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-link-click-tracking"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-media-tracking",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-media-tracking"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-media",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-media"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-optimizely-x",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-optimizely-x"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-optimizely",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-optimizely"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-performance-navigation-timing",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-performance-navigation-timing"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-performance-timing",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-performance-timing"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-privacy-sandbox",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-privacy-sandbox"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-site-tracking",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-site-tracking"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-snowplow-ecommerce",
"comment": "Upgrade supported Node.JS versions in build to 18 - 20 and upgrade rush",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-snowplow-ecommerce"
}
Loading

0 comments on commit a0e0e36

Please sign in to comment.