Skip to content

Commit

Permalink
Fixing node and yarn issues for Github Pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristof Van Der Haeghen committed Feb 19, 2024
1 parent f515108 commit cea0ca1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/github-action-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install --immutable
- name: Install packages
run: yarn install
- name: Build javascript
Expand Down

0 comments on commit cea0ca1

Please sign in to comment.