Merge pull request #249 from openSUSE/dependabot/npm_and_yarn/fortawe… #99
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: build the landing page | |
on: | |
push: | |
branches: | |
- "master" | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
name: Node unit tests | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 16 | |
- run: npm install | |
- run: npx gulp scripts compileLess imagesCompression moveFonts vendorCSS moveWebFonts |