Skip to content

Commit fd54502

Browse files
committed
build(ci): use Node.js 16, rebuilt lockfile
1 parent 9a33188 commit fd54502

File tree

7 files changed

+5413
-345
lines changed

7 files changed

+5413
-345
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '16.x'
14+
node-version: 16
1515

1616
- name: Environment Information
1717
run: |

.github/workflows/npm-audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
12+
with:
13+
node-version: 16
1214
- run: npm audit

.github/workflows/smoke-test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: '14.x'
17+
node-version: 16
1818

1919
- name: set up JDK 11
2020
uses: actions/setup-java@v3

.github/workflows/smoke-test-ubuntu-ionic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: '14.x'
21+
node-version: 16
2222

2323
- name: Environment Information
2424
run: |

.github/workflows/smoke-test-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: '14.x'
21+
node-version: 16
2222

2323
- name: Environment Information
2424
run: |

.github/workflows/smoke-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: '12.x'
20+
node-version: 16
2121

2222
- name: Environment Information
2323
run: |

0 commit comments

Comments
 (0)