Skip to content

fix: fix typo in pre-build-mv2 and changed value of ENABLE_CONFIRMATI… #20

fix: fix typo in pre-build-mv2 and changed value of ENABLE_CONFIRMATI…

fix: fix typo in pre-build-mv2 and changed value of ENABLE_CONFIRMATI… #20

Workflow file for this run

name: 'Codespaces: update yarn cache'
on:
push:
branches:
- 'codespaces**'
- 'develop'
paths:
- '**/yarn.lock'
jobs:
yarn-cache:
name: Generate cache image
runs-on: ubuntu-latest
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: corepack enable
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1 # This retrieves only the latest commit.
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn --immutable