Use yarn action v4.2.0
This commit is contained in:
parent
646b4a5e48
commit
0cfb89f24b
4
.github/workflows/yarn.yml
vendored
4
.github/workflows/yarn.yml
vendored
@ -28,12 +28,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: borales/actions-yarn@v4
|
uses: borales/actions-yarn@v4.2.0
|
||||||
with:
|
with:
|
||||||
cmd: install
|
cmd: install
|
||||||
|
|
||||||
- name: Build app using CI script
|
- name: Build app using CI script
|
||||||
uses: borales/actions-yarn@v4
|
uses: borales/actions-yarn@v4.2.0
|
||||||
with:
|
with:
|
||||||
cmd: gitea-ci-script
|
cmd: gitea-ci-script
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user