feat: Update application themes to use edge-to-edge layout and add ed… #920
Workflow file for this run
This file contains hidden or 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: '[Linux] Test npm installation on latest node' | |
| on: | |
| pull_request: | |
| branches: [master, release/*] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: "Checking-out code" | |
| uses: actions/checkout@v3 | |
| - name: "Defining node version" | |
| uses: actions/setup-node@v3 | |
| with: | |
| node-version: '20' | |
| - name: "Install dependencies" | |
| run: npm ci |