Skip to content

Commit 923cdb8

Browse files
fix(emergency): pipeline
1 parent bc11f00 commit 923cdb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: '18'
28+
node-version: '18.x'
2929
cache: 'yarn'
3030

31-
- run: yarn install
31+
- run: yarn install --frozen-lockfile
3232
- run: yarn build
3333

3434
- name: Deploy via SSH

.github/workflows/staging.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: '18'
28+
node-version: '18.x'
2929
cache: 'npm'
3030

31-
- run: npm install
31+
- run: npm ci
3232
- run: npm run build
3333

3434
- name: Deploy via SSH

0 commit comments

Comments
 (0)