Skip to content

Commit 528dc47

Browse files
authored
chore: update dependencies (#228)
1 parent 790c332 commit 528dc47

File tree

4 files changed

+93
-97
lines changed

4 files changed

+93
-97
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js environment
2525
uses: actions/setup-node@v2
2626
with:
27-
node-version: 14
27+
node-version: 16
2828

2929
- name: Install Node.js modules
3030
run: npm install

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js environment
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: 14
20+
node-version: 16
2121

2222
- name: Install Node.js modules
2323
run: npm install

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js environment
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: 14
20+
node-version: 16
2121

2222
- name: Install Node.js modules
2323
run: npm install

package-lock.json

Lines changed: 90 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)