👷 Refactored build and publish workflow (#435)

This commit is contained in:
Nguyen Thai
2024-03-13 15:53:33 +07:00
committed by GitHub
parent 3b3bb089e8
commit 1e797942e9
14 changed files with 310 additions and 352 deletions
+2 -2
View File
@@ -9,11 +9,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 16
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 16
- run: npm install -g yarn