Skip to content

Commit

Permalink
⚡ (./.github) update deploy_pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankBevr committed Nov 21, 2023
1 parent b615551 commit 1422d4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: 'latest'

- name: Install dependencies
run: npm install
working-directory: Frontend

- name: Build
run: npm run build
Expand Down

0 comments on commit 1422d4f

Please sign in to comment.