Skip to content

Commit

Permalink
Merge pull request vueup#266 from vueup/beta
Browse files Browse the repository at this point in the history
Merge branch beta to master
  • Loading branch information
luthfi-hh authored Oct 21, 2022
2 parents bd3d25b + 68b401a commit f19a1d7
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 139 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-vue-quill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
name: Build and release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install root deps
run: npm ci
- name: Install package deps
Expand Down
Loading

0 comments on commit f19a1d7

Please sign in to comment.