Skip to content

Commit 8b7352a

Browse files
committed
Upgrade message schemas and some npm packages and bump version to 2.0.0
1 parent ab5cd58 commit 8b7352a

File tree

7 files changed

+1856
-4111
lines changed

7 files changed

+1856
-4111
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
node-version: [
17-
10,
18-
12,
19-
14,
17+
20
2018
]
2119
steps:
2220
- uses: actions/checkout@v2

.github/workflows/release.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@v1
1616
with:
17-
node-version: 10
17+
node-version: 20
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- name: Set release version

0 commit comments

Comments
 (0)