Skip to content

Commit 6bd9c29

Browse files
committed
ci: 🔧 update github action
1 parent 3ddf527 commit 6bd9c29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-vue-quill.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Build and release
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
17-
- uses: actions/setup-node@v1
18-
with:
19-
node-version: '14.x'
16+
- uses: actions/checkout@v3
17+
- uses: actions/setup-node@v3
18+
with:
19+
node-version: 16
2020
- name: Install root deps
2121
run: npm ci
2222
- name: Install package deps

0 commit comments

Comments
 (0)