Skip to content

Commit 4b18818

Browse files
chore(project): update to Node v16.13 (#10346)
* chore(project): update to Node v16.13 * chore(project): update engines field Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent b58900a commit 4b18818

File tree

13 files changed

+25
-40
lines changed

13 files changed

+25
-40
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Use Node.js 14.x
14+
- name: Use Node.js 16.x
1515
uses: actions/setup-node@v2.5.1
1616
with:
17-
node-version: '14.x'
17+
node-version: '16.x'
1818
- name: Run yarn dedupe
1919
run: yarn dedupe --check
2020

2121
format:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v2
25-
- name: Use Node.js 14.x
25+
- name: Use Node.js 16.x
2626
uses: actions/setup-node@v2.5.1
2727
with:
28-
node-version: '14.x'
28+
node-version: '16.x'
2929
- name: Install dependencies
3030
run: yarn install --immutable --immutable-cache
3131
- name: Check formatting of project files
@@ -35,10 +35,10 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v2
38-
- name: Use Node.js 14.x
38+
- name: Use Node.js 16.x
3939
uses: actions/setup-node@v2.5.1
4040
with:
41-
node-version: '14.x'
41+
node-version: '16.x'
4242
- name: Install dependencies
4343
run: yarn install --immutable --immutable-cache
4444
- name: Lint JavaScript files
@@ -50,10 +50,10 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@v2
53-
- name: Use Node.js 14.x
53+
- name: Use Node.js 16.x
5454
uses: actions/setup-node@v2.5.1
5555
with:
56-
node-version: '14.x'
56+
node-version: '16.x'
5757
- uses: actions/cache@v2.1.7
5858
id: cache
5959
with:
@@ -76,10 +76,10 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- uses: actions/checkout@v2
79-
- name: Use Node.js 14.x
79+
- name: Use Node.js 16.x
8080
uses: actions/setup-node@v2.5.1
8181
with:
82-
node-version: '14.x'
82+
node-version: '16.x'
8383
- uses: actions/cache@v2.1.7
8484
id: cache
8585
with:
@@ -112,10 +112,10 @@ jobs:
112112
runs-on: ubuntu-latest
113113
steps:
114114
- uses: actions/checkout@v2
115-
- name: Use Node.js 14.x
115+
- name: Use Node.js 16.x
116116
uses: actions/setup-node@v2.5.1
117117
with:
118-
node-version: '14.x'
118+
node-version: '16.x'
119119
- uses: actions/cache@v2.1.7
120120
id: cache
121121
with:

.github/workflows/deploy-react-storybook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: macOS-latest
1818
steps:
1919
- uses: actions/checkout@main
20-
- name: Use Node.js 14.x
20+
- name: Use Node.js 16.x
2121
uses: actions/setup-node@v2.5.1
2222
with:
23-
node-version: '14.x'
23+
node-version: '16.x'
2424
- name: Install dependencies
2525
run: yarn install --immutable --immutable-cache --check-cache
2626
- name: Build project

.github/workflows/deploy-vanilla-devenv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: macOS-latest
1717
steps:
1818
- uses: actions/checkout@main
19-
- name: Use Node.js 14.x
19+
- name: Use Node.js 16.x
2020
uses: actions/setup-node@v2.5.1
2121
with:
22-
node-version: '14.x'
22+
node-version: '16.x'
2323
- name: Install dependencies
2424
run: yarn install --immutable --immutable-cache --check-cache
2525
- name: Build project

.github/workflows/nightly-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: macOS-latest
1111
steps:
1212
- uses: actions/checkout@main
13-
- name: Use Node.js 14.x
13+
- name: Use Node.js 16.x
1414
uses: actions/setup-node@v2.5.1
1515
with:
16-
node-version: '14.x'
16+
node-version: '16.x'
1717
- name: Install dependencies
1818
run: yarn install --immutable --immutable-cache --check-cache
1919
- name: Build project

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v1
1515

16-
- name: Use Node.js 14.x
16+
- name: Use Node.js 16.x
1717
uses: actions/setup-node@v2.5.1
1818
with:
19-
node-version: '14.x'
19+
node-version: '16.x'
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- name: Install dependencies

.github/workflows/sync-generated-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: macOS-latest
99
steps:
1010
- uses: actions/checkout@v1
11-
- name: Use Node.js 14.x
11+
- name: Use Node.js 16.x
1212
uses: actions/setup-node@v2.5.1
1313
with:
14-
node-version: '14.x'
14+
node-version: '16.x'
1515
- name: Install dependencies
1616
run: yarn install --immutable --immutable-cache --check-cache
1717
- name: Build project

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.17
1+
16.13
-1.09 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": "git@github.com:carbon-design-system/carbon.git",
66
"license": "Apache-2.0",
77
"engines": {
8-
"node": ">=12.x"
8+
"node": ">=16.x"
99
},
1010
"workspaces": [
1111
"actions/*",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.yarn

0 commit comments

Comments
 (0)