Skip to content

Commit 88ff3e0

Browse files
committed
fix: work flwo
1 parent 9f36bbe commit 88ff3e0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,13 @@ jobs:
3939
- name: Set up Node.js
4040
uses: actions/setup-node@v3
4141
with:
42-
node-version: 16.x
43-
cache: yarn
42+
node-version: 18 # Use Node.js 18 here
4443

4544
- name: Install dependencies
46-
run: yarn install --frozen-lockfile --non-interactive
45+
run: npm install
4746

48-
- name: Build
49-
run: yarn build
47+
- name: Build site
48+
run: npm run build
5049

5150
- name: Setup Pages
5251
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)