Skip to content

Commit dda5cc4

Browse files
committed
ci: install dependencies after setup-node
1 parent 8d5701e commit dda5cc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
with:
2525
node-version: 'lts/*'
2626
cache: 'yarn'
27+
- name: Install dependencies
28+
run: yarn install --immutable
2729
- name: Pull environment variables
2830
run: yarn vercel env pull --environment development .env --token ${{ secrets.VERCEL_TOKEN }}
2931
- name: Cache Next.js

0 commit comments

Comments
 (0)