Skip to content

Commit 493ac1a

Browse files
committed
Update dependencies and switch to Node.js 16/npm 8
1 parent 3572c9e commit 493ac1a

4 files changed

Lines changed: 7905 additions & 549 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
env:
66
FORCE_COLOR: 2
7-
NODE: 14
7+
NODE: 16
88

99
jobs:
1010
lint:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
architecture: [x64]
2020
include:
2121
- os: windows-latest
22-
node: 14
22+
node: 16
2323
java: 8
2424
architecture: x86
2525

0 commit comments

Comments
 (0)