Skip to content

Commit

Permalink
fix: work flwo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChBasitGill committed Dec 7, 2024
1 parent 9f36bbe commit 88ff3e0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: yarn
node-version: 18 # Use Node.js 18 here

- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
run: npm install

- name: Build
run: yarn build
- name: Build site
run: npm run build

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 88ff3e0

Please sign in to comment.