We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc11f00 commit 923cdb8Copy full SHA for 923cdb8
.github/workflows/deploy.yml
@@ -25,10 +25,10 @@ jobs:
25
26
- uses: actions/setup-node@v3
27
with:
28
- node-version: '18'
+ node-version: '18.x'
29
cache: 'yarn'
30
31
- - run: yarn install
+ - run: yarn install --frozen-lockfile
32
- run: yarn build
33
34
- name: Deploy via SSH
.github/workflows/staging.yml
cache: 'npm'
- - run: npm install
+ - run: npm ci
- run: npm run build
0 commit comments