diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0dc467e5b62b88f794f5690914930e8217a53e25..33bd4dabe4d34ca2c6468f8d7761dbbfdb5f1f87 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Node.js CI +name: Build and deploy OCR-D quiver-frontend on: push: @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: