We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a482475 commit 8cc11fdCopy full SHA for 8cc11fd
1 file changed
.github/workflows/build.yml
@@ -10,6 +10,6 @@ jobs:
10
- uses: actions/setup-node@v2
11
with:
12
node-version: '18'
13
- cache: 'yarn'
14
- - run: yarn install
15
- - run: yarn build
+ cache: 'npm'
+ - run: npm install
+ - run: npm run build
0 commit comments