Skip to content

Commit

Permalink
👷 ci(release): fix setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Oct 8, 2022
1 parent 1499301 commit 814c84c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@ jobs:
with:
go-version: 1.16
cache: true
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: Get Frontend
uses: actions/checkout@v3
with:
repository: iyear/pure-live-frontend
ref: master
path: frontend
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
cache-dependency-path: frontend/yarn.lock
- name: Install and Build Frontend
run: |
cd frontend
Expand Down

0 comments on commit 814c84c

Please sign in to comment.