mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-16 05:38:42 +00:00
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:
|
||||
go-version: 1.18
|
||||
|
||||
- name: Install Task
|
||||
uses: arduino/setup-task@v1
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- uses: pnpm/action-setup@v2.2.2
|
||||
with:
|
||||
version: 6.0.2
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue