Skip to content

Commit

Permalink
lts
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Kendal committed Jan 31, 2024
1 parent 0aeecf3 commit a67d342
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
- name: Change working directory
run: cd frontend

- name: Set up Node from .nvmrc
run: nvm install
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 'lts/*'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit a67d342

Please sign in to comment.