Skip to content

Commit 3b49d6a

Browse files
authored
Update workflow to use npm
1 parent 47fbe6b commit 3b49d6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
node-version: ${{ matrix.node }}
2828

2929
- name: Install dependencies
30-
run: yarn
30+
run: npm ci
3131

3232
- name: Build
33-
run: yarn build
33+
run: npm run build
3434

3535
- name: Export
36-
run: yarn next export
36+
run: npx next export
3737

3838

3939
- name: Deploy

0 commit comments

Comments
 (0)