Setup client directory for GH workflow

This commit is contained in:
Julien Nahum 2024-01-15 11:41:39 +01:00
parent 496f65040a
commit e889d68e9f
1 changed files with 3 additions and 4 deletions

View File

@ -124,7 +124,9 @@ jobs:
build-nuxt-app:
runs-on: ubuntu-latest
name: Build the Nuxt app
defaults:
run:
working-directory: ./client
steps:
- name: Checkout code
uses: actions/checkout@v2
@ -134,9 +136,6 @@ jobs:
with:
node-version: '20'
- name: Get into client folder
run: cd client
- uses: actions/cache@v2
with:
path: ~/.npm