summaryrefslogtreecommitdiffstats
path: root/.github/workflows/frontend.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-04 12:22:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-04 12:22:35 +0000
commit27389dc7d4aacc15a6201621fb793b3e1027f46e (patch)
treec91ab0ac9447b25f91c05e901212c2142fb95953 /.github/workflows/frontend.yml
parentAdding upstream version 1.7.3. (diff)
downloadttyd-0ff0c0d7fc0fe0cecdb6f84d58b4fc7296b05d7d.tar.xz
ttyd-0ff0c0d7fc0fe0cecdb6f84d58b4fc7296b05d7d.zip
Adding upstream version 1.7.4.upstream/1.7.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/frontend.yml')
-rw-r--r--.github/workflows/frontend.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index f0005f1..e134729 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -17,10 +17,12 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
- node-version: '16.x'
+ node-version: 18
- name: Run yarn install, check and build
run: |
- cd html
+ corepack enable
+ corepack prepare yarn@stable --activate
yarn install
yarn run check
yarn run build
+ working-directory: html