forked from mirrors/homebox
set node version
This commit is contained in:
parent
6b89796f88
commit
5bf7efe87e
1 changed files with 7 additions and 2 deletions
9
.github/workflows/frontend.yaml
vendored
9
.github/workflows/frontend.yaml
vendored
|
@ -29,8 +29,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: 1.18
|
||||||
|
|
||||||
- name: Install Task
|
- uses: actions/setup-node@v3
|
||||||
uses: arduino/setup-task@v1
|
with:
|
||||||
|
node-version: 18
|
||||||
|
|
||||||
|
- uses: pnpm/action-setup@v2.2.2
|
||||||
|
with:
|
||||||
|
version: 6.0.2
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue