Skip to content

Commit 0197afa

Browse files
committed
Upgrade Node.js and update rush versions (closes snowplow#1093)
PR snowplow#1094
1 parent f083954 commit 0197afa

58 files changed

Lines changed: 337 additions & 66 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020

21-
- name: Use Node.js 14
21+
- name: Use Node.js 16
2222
uses: actions/setup-node@v1
2323
with:
24-
node-version: 14.x
24+
node-version: 16.x
2525

2626
- name: pnpm cache
2727
uses: actions/cache@v2

.github/workflows/change_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- name: Use Node.js 14
18+
- name: Use Node.js 16
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: 14.x
21+
node-version: 16.x
2222

2323
- name: pnpm cache
2424
uses: actions/cache@v2

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v2
2121

22-
- name: Use Node.js 14
22+
- name: Use Node.js 16
2323
uses: actions/setup-node@v1
2424
with:
25-
node-version: 14
25+
node-version: 16
2626

2727
- name: pnpm cache
2828
uses: actions/cache@v2

.github/workflows/publish_prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v2
2121

22-
- name: Use Node.js 14
22+
- name: Use Node.js 16
2323
uses: actions/setup-node@v1
2424
with:
25-
node-version: 14
25+
node-version: 16
2626

2727
- name: pnpm cache
2828
uses: actions/cache@v2

.github/workflows/snyk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-20.04
88
steps:
99
- uses: actions/checkout@v2
10-
- name: Use Node.js 14
10+
- name: Use Node.js 16
1111
uses: actions/setup-node@v1
1212
with:
13-
node-version: 14
13+
node-version: 16
1414

1515
- name: pnpm cache
1616
uses: actions/cache@v2

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ client-side and server-side tiers of your websites and web apps.
5151

5252
### Maintainer quick start
5353

54-
Assuming [git](https://git-scm.com/downloads), [Node.js 12 LTS or 14 LTS](https://nodejs.org/en/download/releases/) are installed.
54+
Assuming [git](https://git-scm.com/downloads), [Node.js 14 or 16](https://nodejs.org/en/download/releases/) are installed.
5555

5656
#### Clone repository
5757

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@snowplow/browser-plugin-ad-tracking",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-ad-tracking"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@snowplow/browser-plugin-browser-features",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-browser-features"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@snowplow/browser-plugin-client-hints",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@snowplow/browser-plugin-client-hints"
10+
}

0 commit comments

Comments
 (0)