Skip to content

Commit ea3f430

Browse files
committed
fix: ci version, rebuild dist
1 parent 296fd77 commit ea3f430

File tree

6 files changed

+2929
-651
lines changed

6 files changed

+2929
-651
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 12.20.1
19+
node-version: "16"
2020
- name: Setup build cache
2121
uses: actions/cache@v3
2222
with:

.github/workflows/pr-lint.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
name: Lint pull request title
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Checkout repository
14-
uses: actions/checkout@v3
1513
- name: Lint pull request title
1614
uses: ./
1715
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v3
1313
- name: Setup release please
14-
uses: google-github-actions/release-please-action@v3.1.4
14+
uses: google-github-actions/release-please-action@v3
1515
id: release
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)