summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:07:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:07:55 +0000
commit400dd63304ac4cf32d3de99b1a72ee38c19aa01d (patch)
tree7785814cca173c33a5d389a029dc4aa1e9fb822b /.github/workflows
parentReleasing debian version 1.6.3+20220719-4. (diff)
downloadttyd-400dd63304ac4cf32d3de99b1a72ee38c19aa01d.tar.xz
ttyd-400dd63304ac4cf32d3de99b1a72ee38c19aa01d.zip
Merging upstream version 1.7.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/frontend.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index a099f5b..272a24b 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: '12.x'
+ node-version: '16.x'
- name: Run yarn install, check and build
run: |
cd html