Skip to content

Commit 8cc11fd

Browse files
committed
chore: change cache
1 parent a482475 commit 8cc11fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- uses: actions/setup-node@v2
1111
with:
1212
node-version: '18'
13-
cache: 'yarn'
14-
- run: yarn install
15-
- run: yarn build
13+
cache: 'npm'
14+
- run: npm install
15+
- run: npm run build

0 commit comments

Comments
 (0)