summaryrefslogtreecommitdiffstats
path: root/.github/workflows/frontend.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-23 08:44:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-23 08:44:48 +0000
commitdf3710fc583213108253a978d8ea1ea14426acc0 (patch)
tree8177931c2abf355d2d246925a4c1ebe70f476bac /.github/workflows/frontend.yml
parentAdding upstream version 1.7.2. (diff)
downloadttyd-df3710fc583213108253a978d8ea1ea14426acc0.tar.xz
ttyd-df3710fc583213108253a978d8ea1ea14426acc0.zip
Adding upstream version 1.7.3.upstream/1.7.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/frontend.yml')
-rw-r--r--.github/workflows/frontend.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index 272a24b..f0005f1 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -14,8 +14,8 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-node@v1
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Run yarn install, check and build