Skip to content

Commit

Permalink
fix: ci version, rebuild dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Mar 22, 2022
1 parent 292b7c9 commit 74f2326
Show file tree
Hide file tree
Showing 6 changed files with 2,929 additions and 651 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 12.20.1
node-version: "16"
- name: Setup build cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
name: Lint pull request title
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Lint pull request title
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup release please
uses: google-github-actions/release-please-action@v3.1.4
uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 74f2326

Please sign in to comment.