mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
build(ci): 加上 dependencies 快取
順帶將 setup-node 升級至 v3。
This commit is contained in:
parent
6ed5f274e6
commit
596204dc58
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
|
@ -23,9 +23,10 @@ jobs:
|
||||||
submodules: "recursive"
|
submodules: "recursive"
|
||||||
|
|
||||||
- name: Install Node.js, NPM and Yarn
|
- name: Install Node.js, NPM and Yarn
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
cache: 'yarn'
|
||||||
|
|
||||||
- name: Install RPM & Pacman (on Ubuntu)
|
- name: Install RPM & Pacman (on Ubuntu)
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue