Skip to content

Commit

Permalink
Wordsmithing
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Nov 11, 2023
1 parent b9884bd commit 695a354
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Node Modules (root)
- name: Install Node Modules
uses: bahmutov/npm-install@v1
with:
install-command: npm ci
- run: npm run lint
- run: npm test
env:
CI: true

- name: GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.3
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18.x' && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 695a354

Please sign in to comment.